class Spec::Mocks::Proxy

def target_metaclass

def target_metaclass
  class << @target; self; end
end