class Cucumber::NoStepMatch

def location

def location
  raise "No location for #{@step}" unless @step.location
  @step.location
end