Class: Numeric

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

Instance Method Summary collapse

Instance Method Details

#to_fixedObject



264
265
266
# File 'lib/fixed.rb', line 264

def to_fixed
  Fixed.from_number self
end