Method: Property#initialize

Defined in:
lib/primitive_wrapper.rb

#initialize(hash = {}) ⇒ Property

Returns a new instance of Property.



548
549
550
# File 'lib/primitive_wrapper.rb', line 548

def initialize(hash={})
  self.val=(hash)
end