summaryrefslogtreecommitdiffstats
path: root/mmap.rd
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.rd
parent375efb32b274d134db753d1550e7bafcfac44c6e (diff)
downloadmmap-ruby-37e4ca938b10acde659f03f69035dda34c49f437.zip
mmap-ruby-37e4ca938b10acde659f03f69035dda34c49f437.tar.gz
mmap-0.1.3
Diffstat (limited to 'mmap.rd')
-rw-r--r--mmap.rd10
1 files changed, 10 insertions, 0 deletions
diff --git a/mmap.rd b/mmap.rd
index d73f2b2..ac109df 100644
--- a/mmap.rd
+++ b/mmap.rd
@@ -123,6 +123,8 @@ self <=> other
<<(other)
+casecmp(other) >= 1.7.1
+
concat(other)
capitalize!
@@ -131,6 +133,8 @@ chop!
chomp!([rs])
+count(o1 [, o2, ...])
+
crypt(salt)
delete!(str)
@@ -157,6 +161,8 @@ include?(other)
index(substr[, pos])
+insert(index, str) >= 1.7.1
+
length
reverse!
@@ -169,6 +175,10 @@ scan(pattern) {...}
size
+slice
+
+slice!
+
split([sep[, limit]])
squeeze!([str])