Class: Integer
- Inherits:
-
Object
- Object
- Integer
- Includes:
- MissingMath
- Defined in:
- lib/missing_math/integer.rb
Constant Summary
Constants included from MissingMath
Instance Method Summary collapse
Methods included from MissingMath
Instance Method Details
#is_i? ⇒ Boolean
4 5 6 |
# File 'lib/missing_math/integer.rb', line 4 def is_i? return true end |