Module: PosMethods
- Defined in:
- lib/httpx/extensions.rb
Overview
Ruby 2.3 Backport (Numeric#positive?)
Instance Method Summary collapse
Instance Method Details
#positive? ⇒ Boolean
36 37 38 |
# File 'lib/httpx/extensions.rb', line 36 def positive? self > 0 end |