Class: Symbol

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

Instance Method Summary collapse

Instance Method Details

#from_orientObject



108
109
110
# File 'lib/other.rb', line 108

def from_orient
  self
end

#to_orientObject



256
257
258
# File 'lib/other.rb', line 256

def to_orient
  ":"+self.to_s+":"
end