Method: Hashme::Attributes#dup

Defined in:
lib/hashme/attributes.rb

#dupObject



29
30
31
32
33
# File 'lib/hashme/attributes.rb', line 29

def dup
  new = super
  @_attributes = @_attributes.dup
  new
end