Class: Float
- Inherits:
-
Object
- Object
- Float
- Includes:
- MissingMath::Number
- Defined in:
- lib/missing_math/float.rb
Instance Method Summary collapse
Methods included from MissingMath::Number
#append, #contains?, #length, #palindrome?, #pop, #prepend, #reverse, #rotate, #shift, #substr, #to_a
Instance Method Details
#is_f? ⇒ Boolean
9 10 11 |
# File 'lib/missing_math/float.rb', line 9 def is_f? true end |
#is_i? ⇒ Boolean
5 6 7 |
# File 'lib/missing_math/float.rb', line 5 def is_i? false end |