class Rackup::Server

def build_app_from_string

def build_app_from_string
  Rack::Builder.new_from_string(self.options[:builder])
end