Class: Float

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

Instance Method Summary collapse

Instance Method Details

#float?Boolean

Returns:

  • (Boolean)


70
71
72
# File 'lib/numeric.rb', line 70

def float?
  true
end