diff options
Diffstat (limited to 'mmap.rd')
-rw-r--r-- | mmap.rd | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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]) |