summaryrefslogtreecommitdiff
path: root/vm_eval.c
diff options
context:
space:
mode:
Diffstat (limited to 'vm_eval.c')
-rw-r--r--vm_eval.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/vm_eval.c b/vm_eval.c
index 4b59d61c73..25d9f3251c 100644
--- a/vm_eval.c
+++ b/vm_eval.c
@@ -913,6 +913,7 @@ send_internal(int argc, const VALUE *argv, VALUE recv, call_type scope)
}
}
id = idMethodMissing;
+ th->method_missing_reason = MISSING_NOENTRY;
}
else {
argv++; argc--;