Class: Symbol

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

Instance Method Summary collapse

Instance Method Details

#from_orientObject



35
36
37
# File 'lib/support.rb', line 35

def from_orient
  self
end

#to_orientObject



32
33
34
# File 'lib/support.rb', line 32

def to_orient
  self.to_s.to_orient
end