= private = protected
nil?()
call_seq:
nil.nil? -> true
Only the object nil responds true to nil?.
static VALUE rb_true(VALUE obj) { return Qtrue; }