# File lib/webmock/webmock.rb, line 63
  def self.after_request(options={}, &block)
    WebMock::CallbackRegistry.add_callback(options, block)
  end