module RSpec::Mocks::Syntax

def null_object?

def null_object?
  defined?(@_null_object)
end