blob: 34771c8c2c0d8691aa1ccd7a9eaf8d68224853d4 [file] [log] [blame]
#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;
}