Class: Hash

Inherits:
Object
  • Object
show all
Defined in:
lib/origami/object.rb,
lib/origami.rb

Overview

:nodoc:

Direct Known Subclasses

Origami::Dictionary

Instance Method Summary collapse

Instance Method Details

#to_oObject



55
56
57
# File 'lib/origami/object.rb', line 55

def to_o
  Origami::Dictionary.new(self)
end