Class: Numeric

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

Instance Method Summary collapse

Instance Method Details

#from_orientObject



41
42
43
# File 'lib/support.rb', line 41

def from_orient
  self
end

#to_orObject



8
9
10
# File 'lib/model.rb', line 8

def to_or
 "#{self.to_s}"  
end

#to_orientObject



44
45
46
# File 'lib/support.rb', line 44

def to_orient
  self
end