= private = protected
inspect()
Always returns the string “nil”.
static VALUE nil_inspect(VALUE obj) { return rb_usascii_str_new2("nil"); }