= private = protected
to_s()
The string representation of true is “true”.
static VALUE true_to_s(VALUE obj) { return rb_usascii_str_new2("true"); }