class Epi::Cli::Commands::Start

Public Instance Methods

run() click to toggle source
# File lib/epi/cli/commands/start.rb, line 7
def run
  need_no_daemon!
  Epi::Daemon.send :start
end