Class: Hash
- Inherits:
-
Object
- Object
- Hash
- Defined in:
- lib/origami/object.rb,
lib/origami.rb
Overview
:nodoc:
Direct Known Subclasses
Instance Method Summary collapse
Instance Method Details
#to_o ⇒ Object
51 52 53 |
# File 'lib/origami/object.rb', line 51 def to_o Origami::Dictionary.new(self) end |