summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vm_method.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/vm_method.c b/vm_method.c
index 45285e0349..4833ff692c 100644
--- a/vm_method.c
+++ b/vm_method.c
@@ -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_ALIAS:
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
rb_hash_method_entry(st_index_t hash, const rb_method_entry_t *me)