module Cucumber::CoreExt::CallIn

def to_backtrace_line

def to_backtrace_line
  "#{file_colon_line}:in `#{name}'"
end