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