Method: God::CLI::Command#initialize
- Defined in:
- lib/god/cli/command.rb
#initialize(command, options, args) ⇒ Command
5 6 7 8 9 10 11 |
# File 'lib/god/cli/command.rb', line 5 def initialize(command, , args) @command = command @options = @args = args dispatch end |