bubblebabble()
Returns the resulting hash value in a Bubblebabble encoded form.
static VALUE rb_digest_instance_bubblebabble(VALUE self) { return bubblebabble_str_new(rb_funcall(self, id_digest, 0)); }