Class: Dip::CLI::Console
Instance Method Summary collapse
Methods inherited from Base
Instance Method Details
#inject ⇒ Object
26 27 28 29 30 31 32 |
# File 'lib/dip/cli/console.rb', line 26 def inject if [:help] invoke :help, ["inject"] else Dip::Commands::Console::Inject.new.execute end end |
#start ⇒ Object
13 14 15 16 17 18 19 |
# File 'lib/dip/cli/console.rb', line 13 def start if [:help] invoke :help, ["start"] else Dip::Commands::Console::Start.new.execute end end |