mirror of
https://github.com/ruby/ruby.git
synced 2026-01-27 12:34:21 +00:00
Suppress unused variable warning
This commit is contained in:
parent
6aa80d5583
commit
d62abc47c8
@ -28,7 +28,7 @@ class DSL
|
||||
/#{ re }/ =~ s
|
||||
|
||||
# struct parser_params *p
|
||||
p = "p"
|
||||
p = p = "p"
|
||||
|
||||
@code = ""
|
||||
@last_value = eval(code)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user