PATH:
opt
/
alt
/
ruby34
/
share
/
gems
/
gems
/
bundler-2.6.9
/
lib
/
bundler
/
templates
/
newgem
/
ext
/
newgem
#include "<%= config[:underscored_name] %>.h" VALUE rb_m<%= config[:constant_array].join %>; RUBY_FUNC_EXPORTED void Init_<%= config[:underscored_name] %>(void) { rb_m<%= config[:constant_array].join %> = rb_define_module(<%= config[:constant_name].inspect %>); }
[-] extconf-rust.rb.tt
[edit]
[-] Cargo.toml.tt
[edit]
[-] extconf-c.rb.tt
[edit]
[+]
src
[-] newgem.h.tt
[edit]
[+]
..
[-] newgem.c.tt
[edit]