Class: String
- Inherits:
-
Object
- Object
- String
- Defined in:
- lib/hrm/instruction.rb
Instance Method Summary collapse
Instance Method Details
#negative? ⇒ Boolean
6 7 8 |
# File 'lib/hrm/instruction.rb', line 6 def negative? false end |
#zero? ⇒ Boolean
2 3 4 |
# File 'lib/hrm/instruction.rb', line 2 def zero? false end |