Object
@private
# File lib/rspec/mocks/verifying_proxy.rb, line 8 def call(doubled_module) RSpec::Mocks.configuration.verifying_double_callbacks.each do |block| block.call doubled_module end end