Class: Integer
- Inherits:
-
Object
- Object
- Integer
- Defined in:
- lib/oh_my_method/integer.rb
Instance Method Summary collapse
Instance Method Details
#minus? ⇒ Boolean
6 7 8 |
# File 'lib/oh_my_method/integer.rb', line 6 def minus? self < 0 end |
#plus? ⇒ Boolean
2 3 4 |
# File 'lib/oh_my_method/integer.rb', line 2 def plus? self > 0 end |