Method: Cucumberator::StepLine#-

Defined in:
lib/cucumberator/step_line.rb

#-(other) ⇒ Object



9
10
11
# File 'lib/cucumberator/step_line.rb', line 9

def -(other)
  number - other.to_i
end