class Digest::SHA2

def initialize_copy(other) # :nodoc:

:nodoc:
def initialize_copy(other) # :nodoc:
  @sha2 = other.instance_eval { @sha2.clone }
end