Class: Symbol

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

Overview

:nodoc:

Instance Method Summary collapse

Instance Method Details

#to_oObject



83
84
85
# File 'lib/origami/object.rb', line 83

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

#valueObject



87
88
89
# File 'lib/origami/object.rb', line 87

def value
  self
end