class RSpec::Mocks::VerifyingProxy

def method_reference

def method_reference
  @method_reference ||= Hash.new do |h, k|
    h[k] = @method_reference_class.for(@doubled_module, k)
  end
end