Module: NegMethods
- Defined in:
- lib/httpx/extensions.rb
Overview
Ruby 2.3 Backport (Numeric#negative?)
Instance Method Summary collapse
Instance Method Details
#negative? ⇒ Boolean
47 48 49 |
# File 'lib/httpx/extensions.rb', line 47 def negative? self < 0 end |