class Fluent::Test::Driver::Formatter

Public Class Methods

new(klass, **kwargs, &block) click to toggle source
Calls superclass method Fluent::Test::Driver::BaseOwned.new
# File lib/fluent/test/driver/formatter.rb, line 23
def initialize(klass, **kwargs, &block)
  super
  @section_name = "format"
end