Class: Hash

Inherits:
Object
  • Object
show all
Defined in:
lib/smartgen/object_hash.rb

Overview

:nodoc: all

Instance Method Summary collapse

Instance Method Details

#with_object_hashObject



53
54
55
56
57
# File 'lib/smartgen/object_hash.rb', line 53

def with_object_hash
  hash = Smartgen::ObjectHash.new(self)
  hash.default = self.default
  hash
end