Class: Integer
Overview
Reopen to present as finite as with Float
Instance Method Summary collapse
-
#finite? ⇒ Boolean
Convenience methods to allow integers to be considered finite.
Instance Method Details
#finite? ⇒ Boolean
Convenience methods to allow integers to be considered finite
61 62 63 |
# File 'lib/nose/util.rb', line 61 def finite? true end |