mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Suppress warnings
This commit is contained in:
parent
e6fbdde229
commit
e31602b78d
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ module Racc
|
|||
"-O#{OUT_DIR}/#{file}",
|
||||
"-o#{TAB_DIR}/#{file}",
|
||||
]
|
||||
racc *args, **opt
|
||||
racc(*args, **opt)
|
||||
end
|
||||
|
||||
def assert_debugfile(asset, ok)
|
||||
|
|
Loading…
Reference in a new issue