Formatting
This commit is contained in:
parent
3554bd0889
commit
3d4a79f2ea
@ -283,9 +283,10 @@ module Kernel
|
|||||||
# @api public
|
# @api public
|
||||||
sig {
|
sig {
|
||||||
type_parameters(:U)
|
type_parameters(:U)
|
||||||
.params(hash: T::Hash[Object,
|
.params(
|
||||||
T.any(NilClass, PATH, Pathname, String)], _block: T.proc.returns(T.type_parameter(:U)))
|
hash: T::Hash[Object, T.any(NilClass, PATH, Pathname, String)],
|
||||||
.returns(T.type_parameter(:U))
|
_block: T.proc.returns(T.type_parameter(:U)),
|
||||||
|
).returns(T.type_parameter(:U))
|
||||||
}
|
}
|
||||||
def with_env(hash, &_block)
|
def with_env(hash, &_block)
|
||||||
old_values = {}
|
old_values = {}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user