Class: Filter::Condition
- Inherits:
-
Object
- Object
- Filter::Condition
- Defined in:
- lib/filter/condition.rb
Instance Method Summary collapse
- #===(another) ⇒ Object
- #and(other) ⇒ Object (also: #&)
-
#initialize(pattern) ⇒ Condition
constructor
A new instance of Condition.
- #or(other) ⇒ Object (also: #|)