Numeric helpers
Numeric
# File lib/doing/good.rb, line 7 def good? self >= 0 end
Test of number is positive