Method: Fluent::Compat::ExecUtil::TSVFormatter#initialize

Defined in:
lib/fluent/compat/exec_util.rb

#initialize(in_keys) ⇒ TSVFormatter

Returns a new instance of TSVFormatter.



100
101
102
103
# File 'lib/fluent/compat/exec_util.rb', line 100

def initialize(in_keys)
  @in_keys = in_keys
  super()
end