Module: Fluent::PluginHelper::Mixin
- Included in:
- Fluent::Plugin::BareOutput, Fluent::Plugin::Buffer, Fluent::Plugin::CsvFormatter, Fluent::Plugin::FileServiceDiscovery, Fluent::Plugin::Filter, Fluent::Plugin::Input, Fluent::Plugin::MultiOutput, Fluent::Plugin::Output, Fluent::Plugin::SrvServiceDiscovery, Test::Driver::OwnerDummy
- Defined in:
- lib/fluent/plugin_helper.rb
Class Method Summary collapse
Class Method Details
.included(mod) ⇒ Object
40 41 42 |
# File 'lib/fluent/plugin_helper.rb', line 40 def self.included(mod) mod.extend(Fluent::PluginHelper) end |