parse.y: Fix locations of modifier_rescue
parse.y: Fix to only include a range from modifier_rescue to stmt (or arg).
e.g. The locations of the NODE_RESBODY is fixed:
a rescue 1
NODE_RESBODY (line: 1, code_range: (1,0)-(1,10))
NODE_RESBODY (line: 1, code_range: (1,2)-(1,10))
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61074 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
parse.y: Fix locations of modifier_rescue
parse.y: Fix to only include a range from modifier_rescue
to stmt (or arg).
e.g. The locations of the NODE_RESBODY is fixed:
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61074 b2dd03c8-39d4-4d8f-98ff-823fe69b080e