Class: Float
- Inherits:
-
Object
- Object
- Float
- Defined in:
- lib/origami/object.rb
Overview
:nodoc:
Direct Known Subclasses
Instance Method Summary collapse
Instance Method Details
#to_o ⇒ Object
49 50 51 |
# File 'lib/origami/object.rb', line 49 def to_o Origami::Real.new(self) end |