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