class Build::Files::Glob
def eql?(other)
@parameter other [Glob] The other glob to compare.
Check equality with another glob.
def eql?(other) self.class.eql?(other.class) and @root.eql?(other.root) and @pattern.eql?(other.pattern) end
def eql?(other) self.class.eql?(other.class) and @root.eql?(other.root) and @pattern.eql?(other.pattern) end