Flowdock
method

positive?

Importance_1
v5.2.3 - Show latest stable - 0 notes - Class: Numeric
positive?() public

Returns true if the number is positive.

1.positive?  # => true
0.positive?  # => false
-1.positive? # => false
Show source
Register or log in to add new notes.