summaryrefslogtreecommitdiffstats
path: root/mmap.html
diff options
context:
space:
mode:
Diffstat (limited to 'mmap.html')
-rw-r--r--mmap.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/mmap.html b/mmap.html
index eaac054..cae24b2 100644
--- a/mmap.html
+++ b/mmap.html
@@ -229,6 +229,9 @@ self <=> other
<<(other)
</P>
<P>
+casecmp(other) &gt;= 1.7.1
+</P>
+<P>
concat(other)
</P>
<P>
@@ -241,6 +244,9 @@ chop!
chomp!([rs])
</P>
<P>
+count(o1 [, o2, ...])
+</P>
+<P>
crypt(salt)
</P>
<P>
@@ -280,6 +286,9 @@ include?(other)
index(substr[, pos])
</P>
<P>
+insert(index, str) &gt;= 1.7.1
+</P>
+<P>
length
</P>
<P>
@@ -298,6 +307,12 @@ scan(pattern) {...}
size
</P>
<P>
+slice
+</P>
+<P>
+slice!
+</P>
+<P>
split([sep[, limit]])
</P>
<P>