# File lib/restclient.rb, line 157
  def self.add_before_execution_proc &proc
    @@before_execution_procs << proc
  end