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