Method: RestClient.reset_before_execution_procs

Defined in:
lib/restclient.rb

.reset_before_execution_procsObject

Reset the procs to be called before each request is executed.


175
176
177
# File 'lib/restclient.rb', line 175

def self.reset_before_execution_procs
  @@before_execution_procs = []
end