Module: Kommando::CommandPlugins::AutoSchedule
- Defined in:
- lib/kommando/command_plugins/auto_schedule.rb
Defined Under Namespace
Modules: ClassMethods
Class Method Summary collapse
Class Method Details
.configure(command_klass, options) ⇒ Object
4 5 6 |
# File 'lib/kommando/command_plugins/auto_schedule.rb', line 4 def self.configure(command_klass, ) command_klass.[:default_handle_at] = .fetch(:handle_at) end |