Method: Aggregates::Configuration#process_commands_with

Defined in:
lib/aggregates/configuration.rb

#process_commands_with(command_processor) ⇒ Object



33
34
35
# File 'lib/aggregates/configuration.rb', line 33

def process_commands_with(command_processor)
  @command_processors << command_processor
end