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
45 46 47 |
# File 'lib/origami/object.rb', line 45 def to_o Origami::Real.new(self) end |