aboutsummaryrefslogtreecommitdiffstats
path: root/insns.def
diff options
context:
space:
mode:
authorMaciej Mensfeld <maciej@mensfeld.pl>2019-08-30 11:24:33 +0200
committerNobuyoshi Nakada <nobu@ruby-lang.org>2019-08-30 18:24:33 +0900
commitc45dd4d4826704471cf9ff2c7869065236dd174e (patch)
treec63febf0d114c29263e746deb2130fcd5ae4a8d7 /insns.def
parent998ee350b9b2cb3659c442d68447aa8bfc54d101 (diff)
downloadruby-c45dd4d4826704471cf9ff2c7869065236dd174e.tar.gz
Make the dot-colon method reference frozen
[Feature #16103] Close: https://github.com/ruby/ruby/pull/2267
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 3b82d4ec93..7fb7a577c8 100644
--- a/insns.def
+++ b/insns.def
@@ -699,7 +699,7 @@ checktype
ret = (TYPE(val) == (int)type) ? Qtrue : Qfalse;
}
-/* get method reference. */
+/* get frozen method reference. */
DEFINE_INSN
methodref
(ID id)