summaryrefslogtreecommitdiff
path: root/proc.c
diff options
context:
space:
mode:
Diffstat (limited to 'proc.c')
-rw-r--r--proc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/proc.c b/proc.c
index b66c6c6e94..a112677e69 100644
--- a/proc.c
+++ b/proc.c
@@ -1683,9 +1683,9 @@ rb_method_entry_arity(const rb_method_entry_t *me)
default:
break;
}
+ }
case VM_METHOD_TYPE_REFINED:
return -1;
- }
}
rb_bug("rb_method_entry_arity: invalid method entry type (%d)", def->type);