Method: FFWD::FlushingOutput::Setup#initialize
- Defined in:
- lib/ffwd/flushing_output.rb
#initialize(log, hook, config) ⇒ Setup
Returns a new instance of Setup.
132 133 134 135 136 |
# File 'lib/ffwd/flushing_output.rb', line 132 def initialize log, hook, config @log = log @hook = hook @config = config end |