1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1644 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
knu 2001-07-24 10:19:46 +00:00
parent 15ffbb1f82
commit ea82a51a15

View file

@ -1,3 +1,15 @@
: String#casecmp
Added. This is a case insensitive version of String#<=>.
: String#eql?
Changed to be always case sensitive.
: Module#include?
Added. [ruby-dev:13941]
: Digest module
Added as a replacement for md5 and sha1 modules.