class RSpec::Mocks::Proxy

def as_null_object

Other tags:
    Private: -
def as_null_object
  @null_object = true
  @object
end