Try without runtime
This commit is contained in:
parent
556f71d7bb
commit
c2cc855035
@ -34,7 +34,8 @@ module Cask
|
|||||||
T::Hash[Symbol, String],
|
T::Hash[Symbol, String],
|
||||||
)
|
)
|
||||||
|
|
||||||
sig { returns(T::Hash[Symbol, T.any(LazyObject, String)]) }
|
# runtime recursive evaluation forces the LazyObject to be evaluated
|
||||||
|
T::Sig::WithoutRuntime.sig { returns(T::Hash[Symbol, T.any(LazyObject, String)]) }
|
||||||
def self.defaults
|
def self.defaults
|
||||||
{
|
{
|
||||||
languages: LazyObject.new { ::OS::Mac.languages },
|
languages: LazyObject.new { ::OS::Mac.languages },
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user