Flowdock
method

initialize_copy

Importance_0
v1_9_3_125 - Show latest stable - 0 notes - Class: HMAC
initialize_copy(other) public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File ext/digest/lib/digest/hmac.rb, line 73
    def initialize_copy(other) # :nodoc:
      @md = other.instance_eval { @md.clone }
    end
Register or log in to add new notes.