aboutsummaryrefslogtreecommitdiffstats
path: root/insns.def
diff options
context:
space:
mode:
Diffstat (limited to 'insns.def')
-rw-r--r--insns.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/insns.def b/insns.def
index 6404414eec..a4f792897b 100644
--- a/insns.def
+++ b/insns.def
@@ -815,7 +815,7 @@ defined
args[0] = obj; args[1] = Qfalse;
r = rb_check_funcall(v, rb_intern("respond_to_missing?"), 2, args);
- if (r != Qundef && RTEST(r))
+ if (r != Qundef && RTEST(r))
expr_type = "method";
}
break;