Class: Fluent::AllMatchPattern

Inherits:
MatchPattern show all
Defined in:
lib/fluent/match.rb

Instance Method Summary collapse

Methods inherited from MatchPattern

create

Instance Method Details

#match(str) ⇒ Object



29
30
31
# File 'lib/fluent/match.rb', line 29

def match(str)
  true
end