class RSpec::Mocks::MethodDouble

def object_singleton_class

Other tags:
    Private: -
def object_singleton_class
  class << @object; self; end
end