class Float

Public Instance Methods

float?() click to toggle source
# File lib/numeric.rb, line 70
def float?
  true
end