# File lib/thin/server.rb, line 144
    def self.start(*args, &block)
      new(*args, &block).start!
    end