class RSpec::Mocks::DirectObjectReference

An implementation of rspec-mocks’ reference interface. Used when an object is passed to {ExampleMethods#object_double}, or an anonymous class or module is passed to {ExampleMethods#instance_double} or {ExampleMethods#class_double}. Represents a reference to that object. @see NamedObjectReference