Class: Symbol
- Inherits:
-
Object
- Object
- Symbol
- Defined in:
- lib/origami/object.rb
Overview
:nodoc:
Instance Method Summary collapse
Instance Method Details
#to_o ⇒ Object
79 80 81 |
# File 'lib/origami/object.rb', line 79 def to_o Origami::Name.new(self) end |
#value ⇒ Object
83 84 85 |
# File 'lib/origami/object.rb', line 83 def value self end |