Class: Fluent::AllMatchPattern
- Inherits:
-
MatchPattern
- Object
- MatchPattern
- Fluent::AllMatchPattern
- Defined in:
- lib/fluent/match.rb
Instance Method Summary collapse
Methods inherited from MatchPattern
Instance Method Details
#match(str) ⇒ Object
29 30 31 |
# File 'lib/fluent/match.rb', line 29 def match(str) true end |