Make only mesg
can be assigned with default fname
This commit is contained in:
parent
330b376133
commit
23375c8b81
@ -500,7 +500,9 @@ EOT
|
|||||||
end
|
end
|
||||||
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
|
verbose, $VERBOSE = $VERBOSE, verbose
|
||||||
case
|
case
|
||||||
when Array === fname
|
when Array === fname
|
||||||
|
Loading…
x
Reference in New Issue
Block a user