# File lib/rack/server.rb, line 99
    def self.start(options = nil)
      new(options).start
    end