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



45
46
47
# File 'lib/origami/object.rb', line 45

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