1
0
Fork 0
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:
Nobuyoshi Nakada 2019-11-07 23:33:45 +09:00
parent 6aa80d5583
commit d62abc47c8
No known key found for this signature in database
GPG key ID: 4BC7D6DF58D8DF60

View file

@ -28,7 +28,7 @@ class DSL
/#{ re }/ =~ s
# struct parser_params *p
p = "p"
p = p = "p"
@code = ""
@last_value = eval(code)