Method: Fluent::TransactionSupport.included

Defined in:
lib/flydata/fluent-plugins/flydata_plugin_ext/transaction_support.rb

.included(base) ⇒ Object



16
17
18
# File 'lib/flydata/fluent-plugins/flydata_plugin_ext/transaction_support.rb', line 16

def self.included(base)
  raise "This module is expected to be prepended"
end