bubblebabble(*args)
Returns the BubbleBabble encoded hash value of a given string.
static VALUE rb_digest_class_s_bubblebabble(int argc, VALUE *argv, VALUE klass) { return bubblebabble_str_new(rb_funcallv(klass, id_digest, argc, argv)); }