class Cucumber::StepMother

def step_visited(step) #:nodoc:

:nodoc:
def step_visited(step) #:nodoc:
  steps << step unless steps.index(step)
end