Adjusted indent [ci skip]
This commit is contained in:
parent
6f727853ce
commit
ea47a9506a
@ -1892,9 +1892,9 @@ rb_hash_method_definition(st_index_t hash, const rb_method_definition_t *def)
|
|||||||
case VM_METHOD_TYPE_REFINED:
|
case VM_METHOD_TYPE_REFINED:
|
||||||
case VM_METHOD_TYPE_ALIAS:
|
case VM_METHOD_TYPE_ALIAS:
|
||||||
break; /* unreachable */
|
break; /* unreachable */
|
||||||
}
|
|
||||||
rb_bug("rb_hash_method_definition: unsupported method type (%d)\n", def->type);
|
|
||||||
}
|
}
|
||||||
|
rb_bug("rb_hash_method_definition: unsupported method type (%d)\n", def->type);
|
||||||
|
}
|
||||||
|
|
||||||
st_index_t
|
st_index_t
|
||||||
rb_hash_method_entry(st_index_t hash, const rb_method_entry_t *me)
|
rb_hash_method_entry(st_index_t hash, const rb_method_entry_t *me)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user