Module: OS::Mac::Cask::Config::ClassMethods Private

Defined in:
extend/os/mac/cask/config.rb

This module is part of a private API. This module may only be used in the Homebrew/brew repository. Third parties should avoid using this module if possible, as it may be removed or changed without warning.

Instance Method Summary collapse

Instance Method Details

#defaults::Cask::Config::ConfigHash

This method is part of a private API. This method may only be used in the Homebrew/brew repository. Third parties should avoid using this method if possible, as it may be removed or changed without warning.



12
13
14
15
16
# File 'extend/os/mac/cask/config.rb', line 12

def defaults
  {
    languages: LazyObject.new { Mac.languages },
  }.merge(::Cask::Config::DEFAULT_DIRS).freeze
end