Class: Filter::Matchers::Nil
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
-
#===(other) ⇒ Object
nil condition always results to true.
Methods inherited from Base
Constructor Details
This class inherits a constructor from Filter::Matchers::Base
Instance Method Details
#===(other) ⇒ Object
nil condition always results to true
5 6 7 |
# File 'lib/filter/matchers/nil.rb', line 5 def ===(other) true end |