Class: Numeric

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

Instance Method Summary collapse

Instance Method Details

#from_orientObject



171
172
173
# File 'lib/other.rb', line 171

def from_orient
  self
end

#to_orObject



179
180
181
# File 'lib/other.rb', line 179

def to_or
 "#{self.to_s}"
end

#to_orientObject



175
176
177
# File 'lib/other.rb', line 175

def to_orient
  self
end