Class: Filter::Not

Inherits:
Condition show all
Defined in:
lib/filter/not.rb

Instance Method Summary collapse

Methods inherited from Condition

#and, #initialize, #not, #or

Constructor Details

This class inherits a constructor from Filter::Condition

Instance Method Details

#===(other) ⇒ Object



5
6
7
# File 'lib/filter/not.rb', line 5

def ===(other)
  !super
end