module RSpec::Mocks::Syntax

def as_null_object

def as_null_object
  @_null_object = true
  ::RSpec::Mocks.proxy_for(self).as_null_object
end