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