method

initialize_copy

v1_9_3_125 - Show latest stable - Class: Digest::HMAC
initialize_copy(other)
public

No documentation available.

# File ext/digest/lib/digest/hmac.rb, line 73
    def initialize_copy(other) # :nodoc:
      @md = other.instance_eval { @md.clone }
    end