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

def include?(lines)

def include?(lines)
  true
end

def match?(other)

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

def to_s

def to_s
  file
end