Class: Fixnum
- Inherits:
-
Object
- Object
- Fixnum
- Defined in:
- lib/diff/lcs/backports.rb
Overview
standard:disable Lint/UnifiedInteger
Instance Method Summary collapse
Instance Method Details
#negative? ⇒ Boolean
9 10 11 |
# File 'lib/diff/lcs/backports.rb', line 9 def negative? self < 0 end |
#positive? ⇒ Boolean
5 6 7 |
# File 'lib/diff/lcs/backports.rb', line 5 def positive? self > 0 end |