class Cucumber::Core::Ast::Location::Wildcard

def match?(other)

def match?(other)
  other.file == file
end