class Cucumber::Core::Ast::Location

def to_s

def to_s
  [filepath.to_s, lines.to_s].reject { |v| v == WILDCARD.to_s }.join(":")
end