diff options
| author | Markus Reiter | 2017-12-03 09:06:23 +0100 | 
|---|---|---|
| committer | Markus Reiter | 2018-01-27 21:47:18 +0100 | 
| commit | 6760d26319c6fcbf8ba74bd737530adc7831da22 (patch) | |
| tree | ac7fefe897fa1bc4eb50f74959fb215f292bd441 /Library/Homebrew/cask/lib/hbc.rb | |
| parent | d558ec09332c74927dfb9182b19e11c5a73d8b52 (diff) | |
| download | brew-6760d26319c6fcbf8ba74bd737530adc7831da22.tar.bz2 | |
Create `Hbc::Config` class.
Diffstat (limited to 'Library/Homebrew/cask/lib/hbc.rb')
| -rw-r--r-- | Library/Homebrew/cask/lib/hbc.rb | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Homebrew/cask/lib/hbc.rb b/Library/Homebrew/cask/lib/hbc.rb index db036d279..d865b31f2 100644 --- a/Library/Homebrew/cask/lib/hbc.rb +++ b/Library/Homebrew/cask/lib/hbc.rb @@ -17,6 +17,7 @@ require "hbc/download_strategy"  require "hbc/exceptions"  require "hbc/installer"  require "hbc/locations" +require "hbc/config"  require "hbc/macos"  require "hbc/pkg"  require "hbc/qualified_token"  | 
