Method: Fluentd::Setting::Config#sources
- Defined in:
- app/models/fluentd/setting/config.rb
#sources ⇒ Object
18 19 20 21 22 |
# File 'app/models/fluentd/setting/config.rb', line 18 def sources elements.find_all do |elm| elm.name == "source" end end |