class Cucumber::Core::Ast::Location

def match?(other)

def match?(other)
  other.same_as?(filepath) && other.include?(lines)
end