class Cucumber::StepMatch

def backtrace_line

def backtrace_line
  "#{file_colon_line}:in `#{@step_definition.regexp_source}'"
end