Parent

Methods

Class/Module Index [+]

Quicksearch

Fluent::MatchPattern

Public Class Methods

create(str) click to toggle source
# File lib/fluent/match.rb, line 55
def self.create(str)
  if str == '**'
    AllMatchPattern.new
  else
    GlobMatchPattern.new(str)
  end
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.