Method: Digest::HMAC#update

Defined in:
lib/digest/hmac.rb

#update(text) ⇒ Object Also known as: <<



71
72
73
74
# File 'lib/digest/hmac.rb', line 71

def update(text)
  @md.update(text)
  self
end