summaryrefslogtreecommitdiffstats
path: root/mmap.html
diff options
context:
space:
mode:
authorguy Decoux <ts@moulon.inra.fr>2009-02-28 20:04:27 +0100
committerguy Decoux <ts@moulon.inra.fr>2009-02-28 20:04:27 +0100
commit37e4ca938b10acde659f03f69035dda34c49f437 (patch)
tree8a05683dff205a1edb7721b3a36e77ddfe3cbfd4 /mmap.html
parent375efb32b274d134db753d1550e7bafcfac44c6e (diff)
downloadmmap-ruby-37e4ca938b10acde659f03f69035dda34c49f437.zip
mmap-ruby-37e4ca938b10acde659f03f69035dda34c49f437.tar.gz
mmap-0.1.3
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 &lt;=&gt; other
&lt;&lt;(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>