Method: CouchRest::Attributes#clone

Defined in:
lib/couchrest/attributes.rb

#cloneObject



54
55
56
57
58
# File 'lib/couchrest/attributes.rb', line 54

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