Class: Crabfarm::Live::ReducerRunner::Dsl

Inherits:
Object
  • Object
show all
Extended by:
Forwardable
Defined in:
lib/crabfarm/live/reducer_runner.rb

Instance Method Summary collapse

Constructor Details

#initialize(_runner) ⇒ Dsl

Returns a new instance of Dsl.



11
12
13
# File 'lib/crabfarm/live/reducer_runner.rb', line 11

def initialize(_runner)
  @runner = _runner
end