summaryrefslogtreecommitdiff
path: root/ext/objspace/objspace.c
diff options
context:
space:
mode:
authoryui-knk <[email protected]>2022-10-01 17:19:34 +0900
committerYuichiro Kaneko <[email protected]>2022-10-08 17:59:11 +0900
commit4f24f3ea94e43d1021fdd8548480f130f5112b99 (patch)
tree8cfe7d2e7dd0dcdabc31aa7a781858b9364a1291 /ext/objspace/objspace.c
parent342d4c16d963408905fd08118d1908fe197f2364 (diff)
Treat "end" as reserved word with consideration of indent
"end" after "." or "::" is treated as local variable or method, see `EXPR_DOT_bit` for detail. However this "changes" where `bar` method is defined. In the example below it is not module Z but class Foo. ``` module Z class Foo foo. end def bar end end ``` [Feature #19013]
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/6512
Diffstat (limited to 'ext/objspace/objspace.c')
0 files changed, 0 insertions, 0 deletions