This commit is contained in:
git 2019-07-03 02:13:25 +09:00
Родитель bdddaa9f56
Коммит c07165be1d
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -54,7 +54,7 @@ rb_coverage_start(int argc, VALUE *argv, VALUE klass)
}
if (mode & COVERAGE_TARGET_METHODS) {
me2counter = rb_ident_hash_new();
me2counter = rb_ident_hash_new();
}
else {
me2counter = Qnil;