# File lib/mongrel_console/console.rb, line 55
  def restart(port=@port, env=@env)
    stop
    start(port, env)
  end