Class: Fluent::Compat::ExecUtil::Parser
- Inherits:
-
Object
- Object
- Fluent::Compat::ExecUtil::Parser
- Defined in:
- lib/fluent/compat/exec_util.rb
Direct Known Subclasses
JSONParser, MessagePackParser, TSVParser, TextParserWrapperParser
Instance Method Summary collapse
-
#initialize(on_message) ⇒ Parser
constructor
A new instance of Parser.
Constructor Details
#initialize(on_message) ⇒ Parser
Returns a new instance of Parser.
34 35 36 |
# File 'lib/fluent/compat/exec_util.rb', line 34 def initialize() @on_message = end |