Method: Fluentd::Setting::Config#matches

Defined in:
app/models/fluentd/setting/config.rb

#matchesObject



30
31
32
33
34
# File 'app/models/fluentd/setting/config.rb', line 30

def matches
  elements.find_all do |elm|
    elm.name == "match"
  end
end