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