mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
test/ruby/test_parse.rb: Prevent an "unused variable" warning
This commit is contained in:
parent
2d0a1e5f61
commit
2de7c29b37
1 changed files with 1 additions and 1 deletions
|
@ -1090,7 +1090,7 @@ x = __ENCODING__
|
|||
|
||||
v2 = <<~HEREDOC
|
||||
something
|
||||
#{other = "/#{var}"}
|
||||
#{_other = "/#{var}"}
|
||||
HEREDOC
|
||||
|
||||
v3 = <<~HEREDOC
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue