diff options
author | guy Decoux <ts@moulon.inra.fr> | 2009-02-28 20:04:27 +0100 |
---|---|---|
committer | guy Decoux <ts@moulon.inra.fr> | 2009-02-28 20:04:27 +0100 |
commit | 37e4ca938b10acde659f03f69035dda34c49f437 (patch) | |
tree | 8a05683dff205a1edb7721b3a36e77ddfe3cbfd4 /mmap.html | |
parent | 375efb32b274d134db753d1550e7bafcfac44c6e (diff) | |
download | mmap-ruby-37e4ca938b10acde659f03f69035dda34c49f437.zip mmap-ruby-37e4ca938b10acde659f03f69035dda34c49f437.tar.gz |
mmap-0.1.3
Diffstat (limited to 'mmap.html')
-rw-r--r-- | mmap.html | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -229,6 +229,9 @@ self <=> other <<(other) </P> <P> +casecmp(other) >= 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) >= 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> |