class Shred::Commands::App

Public Instance Methods

start() click to toggle source
# File lib/shred/commands/app.rb, line 7
def start
  run_shell_command(ShellCommand.new(command_lines: cfg('start')))
end