Module: Cask::CaskLoader::ILoader Abstract Private
- Extended by:
- T::Helpers
- Included in:
- AbstractContentLoader, FromAPILoader, FromInstanceLoader
- Defined in:
- cask/cask_loader.rb
Overview
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.
This module is abstract.
Subclasses must implement the abstract
methods below.
Instance Method Summary collapse
- #load(config:) ⇒ Cask abstract private
Instance Method Details
#load(config:) ⇒ Cask
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.
This method is abstract.
23 |
# File 'cask/cask_loader.rb', line 23 def load(config:); end |