class RSpec::Mocks::DirectObjectReference
def initialize(object)
-
object
(Object
) -- the object to which this refers
def initialize(object) @object = object end
object
(Object
)
-- the object to which this refers
def initialize(object) @object = object end