class FFWD::FlushingOutput::Setup

Attributes

config[R]

Public Class Methods

new(log, hook, config) click to toggle source
# File lib/ffwd/flushing_output.rb, line 132
def initialize log, hook, config
  @log = log
  @hook = hook
  @config = config
end

Public Instance Methods

connect(core) click to toggle source
# File lib/ffwd/flushing_output.rb, line 138
def connect core
  FlushingOutput.new core, @log, @hook, @config
end