class RSpec::Mocks::Proxy

def method_double

def method_double
  @method_double ||= Hash.new {|h,k| h[k] = MethodDouble.new(@object, k, self) }
end