nicojensen.de/vendor/bundle/gems/rouge-3.3.0/lib/rouge/demos/c

9 lines
200 B
Text
Raw Normal View History

2019-03-12 13:49:49 +01:00
#include "ruby/ruby.h"
static int
clone_method_i(st_data_t key, st_data_t value, st_data_t data)
{
clone_method((VALUE)data, (ID)key, (const rb_method_entry_t *)value);
return ST_CONTINUE;
}