= private = protected
nil?()
call_seq:
nil.nil? -> true <anything_else>.nil? -> false
Only the object nil responds true to nil?.
static VALUE rb_false(VALUE obj) { return Qfalse; }