Method: Fluent::Compat::TextParser#initialize

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

#initializeTextParser

Returns a new instance of TextParser.



46
47
48
49
50
# File 'lib/fluent/compat/parser.rb', line 46

def initialize
  # TODO: warn when deprecated
  @parser = nil
  @estimate_current_event = nil
end