Class: Shred::Commands::App

Inherits:
Base
  • Object
show all
Defined in:
lib/shred/commands/app.rb

Instance Attribute Summary

Attributes inherited from Base

#command_config, #command_name, #console

Instance Method Summary collapse

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from Shred::Commands::Base

Instance Method Details

#startObject



7
8
9
# File 'lib/shred/commands/app.rb', line 7

def start
  run_shell_command(ShellCommand.new(command_lines: cfg('start')))
end