ext/digest/kangarootwelve/ext.c in digest-kangarootwelve-0.1.1 vs ext/digest/kangarootwelve/ext.c in digest-kangarootwelve-0.2.0
- old
+ new
@@ -670,7 +670,7 @@
* This class represents the internal metadata produced for the
* implementation classes.
*/
_Digest_KangarooTwelve_Metadata = rb_define_class_under(_Digest_KangarooTwelve, "Metadata",
- rb_path2class("Data"));
+ rb_cObject);
}