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