Class: Float

Inherits:
Object
  • Object
show all
Defined in:
lib/origami/object.rb

Overview

:nodoc:

Direct Known Subclasses

Origami::Real

Instance Method Summary collapse

Instance Method Details

#to_oObject



49
50
51
# File 'lib/origami/object.rb', line 49

def to_o
  Origami::Real.new(self)
end