= private = protected
nil?()
Only the object nil responds true to nil?.
Object.new.nil? #=> false nil.nil? #=> true
static VALUE rb_false(VALUE obj) { return Qfalse; }