module Cucumber::Core::Test::Location

def self.of_caller(additional_depth = 0)

def self.of_caller(additional_depth = 0)
  from_file_colon_line(*caller[1 + additional_depth])
end