Class: Numeric
- Inherits:
-
Object
- Object
- Numeric
- Defined in:
- lib/other.rb
Instance Method Summary collapse
Instance Method Details
#from_orient ⇒ Object
208 209 210 |
# File 'lib/other.rb', line 208 def from_orient self end |
#to_a ⇒ Object
220 221 222 |
# File 'lib/other.rb', line 220 def to_a [ self ] end |
#to_or ⇒ Object
216 217 218 |
# File 'lib/other.rb', line 216 def to_or "#{self.to_s}" end |
#to_orient ⇒ Object
212 213 214 |
# File 'lib/other.rb', line 212 def to_orient self end |