module Potatochop

Constants

VERSION

Public Class Methods

start_up(args) click to toggle source
# File lib/potatochop.rb, line 12
def self.start_up(args)
  options = Potatochop::CliParser.parse(args)
  Potatochop::Web.run!(:tater => Potatochop::Spud.new(options[:interface]))
end