class Ddr::Index::Filter

Public Instance Methods

==(other) click to toggle source
# File lib/ddr/index/filter.rb, line 10
def ==(other)
  other.instance_of?(self.class) && (other.clauses == self.clauses)
end