Class: Numeric
- Includes:
- Doing::ChronifyNumeric
- Defined in:
- lib/doing/good.rb,
lib/doing/chronify/chronify.rb
Overview
Numeric helpers
Instance Method Summary collapse
-
#good? ⇒ Boolean
Test of number is positive.
Methods included from Doing::ChronifyNumeric
Instance Method Details
#good? ⇒ Boolean
Test of number is positive
7 8 9 |
# File 'lib/doing/good.rb', line 7 def good? positive? end |