Class: Numeric
- Inherits:
-
Object
- Object
- Numeric
- Defined in:
- lib/other.rb
Instance Method Summary collapse
Instance Method Details
#from_orient ⇒ Object
171 172 173 |
# File 'lib/other.rb', line 171 def from_orient self end |
#to_or ⇒ Object
179 180 181 |
# File 'lib/other.rb', line 179 def to_or "#{self.to_s}" end |
#to_orient ⇒ Object
175 176 177 |
# File 'lib/other.rb', line 175 def to_orient self end |