#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 %>);
}
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| src | Folder | 0755 |
|
|
| Cargo.toml.tt | File | 286 B | 0644 |
|
| extconf-c.rb.tt | File | 332 B | 0644 |
|
| extconf-rust.rb.tt | File | 129 B | 0644 |
|
| newgem.c.tt | File | 268 B | 0644 |
|
| newgem.h.tt | File | 177 B | 0644 |
|