Module: OS::Mac::Tap::ClassMethods Private

Defined in:
extend/os/mac/tap.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

#core_tapsArray<::Tap>

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.

Returns:



9
10
11
# File 'extend/os/mac/tap.rb', line 9

def core_taps
  [CoreTap.instance, CoreCaskTap.instance].freeze
end