Class: Symbol

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

Overview

:nodoc:

Instance Method Summary collapse

Instance Method Details

#to_oObject



79
80
81
# File 'lib/origami/object.rb', line 79

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

#valueObject



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

def value
  self
end