Method: Digest::Instance#base64digest!
- Defined in:
- lib/digest.rb
#base64digest! ⇒ Object
Returns the resulting hash value and resets the digest to the initial state.
74 75 76 |
# File 'lib/digest.rb', line 74 def base64digest! [digest!].pack('m0') end |