mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Suppress unused variable warning
This commit is contained in:
parent
6aa80d5583
commit
d62abc47c8
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ class DSL
|
|||
/#{ re }/ =~ s
|
||||
|
||||
# struct parser_params *p
|
||||
p = "p"
|
||||
p = p = "p"
|
||||
|
||||
@code = ""
|
||||
@last_value = eval(code)
|
||||
|
|
Loading…
Add table
Reference in a new issue