Sha256: 418c19802437a73d1434dc70d92d526a8d368f07acc9d6a45a6de1ef51b80263
Contents?: true
Size: 249 Bytes
Versions: 228
Compression:
Stored size: 249 Bytes
Contents
#include "<%= config[:underscored_name] %>.h" VALUE rb_m<%= config[:constant_array].join %>; void Init_<%= config[:underscored_name] %>(void) { rb_m<%= config[:constant_array].join %> = rb_define_module(<%= config[:constant_name].inspect %>); }
Version data entries
228 entries across 228 versions & 5 rubygems