Class: Numeric
- Inherits:
-
Object
- Object
- Numeric
- Defined in:
- lib/model.rb,
lib/support.rb
Instance Method Summary collapse
Instance Method Details
#from_orient ⇒ Object
41 42 43 |
# File 'lib/support.rb', line 41 def from_orient self end |
#to_or ⇒ Object
8 9 10 |
# File 'lib/model.rb', line 8 def to_or "#{self.to_s}" end |
#to_orient ⇒ Object
44 45 46 |
# File 'lib/support.rb', line 44 def to_orient self end |