module Cucumber::Glue

def self.backtrace_line(proc, name)

def self.backtrace_line(proc, name)
  location = Cucumber::Core::Test::Location.from_source_location(*proc.source_location)
  "#{location}:in `#{name}'"
end