Sha256: 5e5b78ce99b78f88e46196d886b9bc8b0350a97d849575ac17cea973dca45c3b
Contents?: true
Size: 195 Bytes
Versions: 2
Compression:
Stored size: 195 Bytes
Contents
#include "rshim.h" #include <stdio.h> void Init_rshim() { printf("loaded, bitches\n"); } // did this really have to be a macro? BAD MATZ unsigned int rtype(VALUE obj) { return TYPE(obj); }
Version data entries
2 entries across 2 versions & 2 rubygems
Version | Path |
---|---|
joshprice-hubris-0.0.2 | lib/rshim.c |
mwotton-hubris-0.0.2 | lib/rshim.c |