class Cucumber::Core::Ast::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
def include?(lines) true end
def match?(other) other.file == file end
def to_s file end