to_s()
Returns digest_obj.hexdigest().
static VALUE rb_digest_instance_to_s(VALUE self) { return rb_funcall(self, id_hexdigest, 0); }