Method: Digest::HMAC#initialize_copy
- Defined in:
- lib/digest/hmac.rb
#initialize_copy(other) ⇒ Object
67 68 69 |
# File 'lib/digest/hmac.rb', line 67 def initialize_copy(other) @md = other.instance_eval { @md.clone } end |
67 68 69 |
# File 'lib/digest/hmac.rb', line 67 def initialize_copy(other) @md = other.instance_eval { @md.clone } end |