Class: Numeric
- Inherits:
-
Object
- Object
- Numeric
- Defined in:
- lib/darwinning/monkey_patch.rb
Instance Method Summary collapse
Instance Method Details
#positive? ⇒ Boolean
3 4 5 |
# File 'lib/darwinning/monkey_patch.rb', line 3 def positive? self > 0 end |