Do alias << update.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@11336 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
4df88e463d
commit
ce6af3e8a0
@ -1,3 +1,7 @@
|
|||||||
|
Mon Dec 4 19:16:39 2006 Akinori MUSHA <knu@iDaemons.org>
|
||||||
|
|
||||||
|
* ext/digest/lib/digest/hmac.rb: Do alias << update.
|
||||||
|
|
||||||
Mon Dec 4 10:48:03 2006 Yukihiro Matsumoto <matz@ruby-lang.org>
|
Mon Dec 4 10:48:03 2006 Yukihiro Matsumoto <matz@ruby-lang.org>
|
||||||
|
|
||||||
* ruby.h (OFFT2NUM): use LONG2NUM() if sizeof(long) equals to
|
* ruby.h (OFFT2NUM): use LONG2NUM() if sizeof(long) equals to
|
||||||
|
@ -71,6 +71,7 @@ module Digest
|
|||||||
@md.update(text)
|
@md.update(text)
|
||||||
self
|
self
|
||||||
end
|
end
|
||||||
|
alias << update
|
||||||
|
|
||||||
def reset
|
def reset
|
||||||
@md.reset
|
@md.reset
|
||||||
|
Loading…
x
Reference in New Issue
Block a user