зеркало из https://github.com/github/ruby.git
Make only `mesg` can be assigned with default `fname`
This commit is contained in:
Родитель
330b376133
Коммит
23375c8b81
|
@ -500,7 +500,9 @@ EOT
|
|||
end
|
||||
end
|
||||
|
||||
def prepare_syntax_check(code, fname = caller_locations(2, 1)[0], mesg = fname.to_s, verbose: nil)
|
||||
def prepare_syntax_check(code, fname = nil, mesg = nil, verbose: nil)
|
||||
fname ||= caller_locations(2, 1)[0]
|
||||
mesg ||= fname.to_s
|
||||
verbose, $VERBOSE = $VERBOSE, verbose
|
||||
case
|
||||
when Array === fname
|
||||
|
|
Загрузка…
Ссылка в новой задаче