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



51
52
53
# File 'lib/origami/object.rb', line 51

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