# File lib/restclient/request.rb, line 29
    def self.execute(args, &block)
      new(args).execute &block
    end