Submit
Path:
~
/
/
opt
/
alt
/
ruby26
/
lib64
/
ruby
/
2.6.0
/
bundler
/
templates
/
newgem
/
ext
/
newgem
/
File Content:
newgem.c.tt
#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 %>); }
Edit
Rename
Chmod
Delete
FILE
FOLDER
Name
Size
Permission
Action
extconf.rb.tt
71 bytes
0644
newgem.c.tt
249 bytes
0644
newgem.h.tt
177 bytes
0644
N4ST4R_ID | Naxtarrr