class Cucumber::Core::Test::Location::Wildcard

def match?(other)

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