module RSpec::Mocks::TestDouble

def null_object?

Returns true if this object has received `as_null_object`
def null_object?
  @__null_object
end