Method: Sym::Application#command
- Defined in:
- lib/sym/application.rb
#command ⇒ Object
85 86 87 88 89 |
# File 'lib/sym/application.rb', line 85 def command @command_class ||= Sym::App::Commands.find_command_class(opts) @command ||= @command_class.new(self) if @command_class @command end |