1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Fix warning of generated parser for nested module

This commit is contained in:
Seiei Miyagi 2019-10-18 01:34:18 +09:00 committed by Aaron Patterson
parent 1d564acedc
commit 5ca5529d22
Notes: git 2019-10-18 11:24:15 +09:00

View file

@ -157,8 +157,8 @@ module Racc
cref_pop
indent; line "end \# class #{classid}"
mods.reverse_each do |mod|
indent; line "end \# module #{mod}"
cref_pop
indent; line "end \# module #{mod}"
end
end