Fluent::MatchPattern
# File lib/fluent/match.rb, line 176 def initialize(patterns) @patterns = patterns end
# File lib/fluent/match.rb, line 180 def match(str) @patterns.any? {|pattern| pattern.match(str) } end
[Validate]
Generated with the Darkfish Rdoc Generator 2.