Method: ComposedCommands::CommandFactory#initialize

Defined in:
lib/composed_commands/command_factory.rb

#initialize(command, options = {}) ⇒ CommandFactory

Returns a new instance of CommandFactory.



4
5
6
7
# File 'lib/composed_commands/command_factory.rb', line 4

def initialize(command, options = {})
  @command = command
  @options = options
end