Class: String

Inherits:
Object
  • Object
show all
Defined in:
lib/hrm/instruction.rb

Instance Method Summary collapse

Instance Method Details

#negative?Boolean

Returns:

  • (Boolean)


6
7
8
# File 'lib/hrm/instruction.rb', line 6

def negative?
  false
end

#zero?Boolean

Returns:

  • (Boolean)


2
3
4
# File 'lib/hrm/instruction.rb', line 2

def zero?
  false
end