Class: Fluent::MatchPattern
- Inherits:
-
Object
- Object
- Fluent::MatchPattern
- Defined in:
- lib/fluent/match.rb
Direct Known Subclasses
Class Method Summary collapse
Class Method Details
.create(str) ⇒ Object
59 60 61 |
# File 'lib/fluent/match.rb', line 59 def self.create(str) GlobMatchPattern.new(str) end |