Module: Commandos
- Defined in:
- lib/commandos/command.rb,
lib/commandos/version.rb,
lib/commandos/registry.rb,
lib/commandos/dispatcher.rb
Defined Under Namespace
Classes: Dispatcher, IAmACommand, IAmACommandRegistry, NullHandler
Constant Summary collapse
- VERSION =
"0.1.5"
- DefaultStorageStrategy =
->(command) do return command.class unless command.kind_of? Class command end
- UnknownCommand =
Class.new StandardError
- RegistryNotFound =
Class.new StandardError