class Filterparams::Or

Public Instance Methods

equal?(other) click to toggle source
Calls superclass method Filterparams::BindingOperation#equal?
# File lib/filterparams/obj/or.rb, line 5
def equal?(other)
  other.is_a?(Filterparams::Or) && super(other)
end