diff options
| author | Markus Reiter | 2016-10-04 15:24:58 +0200 | 
|---|---|---|
| committer | Markus Reiter | 2016-10-04 15:43:58 +0200 | 
| commit | ddf5583208e473ef00447834a3a712411e61e190 (patch) | |
| tree | ffe336ab8f53de98d4e06685a2c21452976b2605 /Library/Homebrew/cask/lib/hbc.rb | |
| parent | cafe1497808ef1ddb002061665ad606aa2340d10 (diff) | |
| download | brew-ddf5583208e473ef00447834a3a712411e61e190.tar.bz2 | |
Refactor Cask’s extensions.
Diffstat (limited to 'Library/Homebrew/cask/lib/hbc.rb')
| -rw-r--r-- | Library/Homebrew/cask/lib/hbc.rb | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Homebrew/cask/lib/hbc.rb b/Library/Homebrew/cask/lib/hbc.rb index 62b391638..69b6e8f21 100644 --- a/Library/Homebrew/cask/lib/hbc.rb +++ b/Library/Homebrew/cask/lib/hbc.rb @@ -1,7 +1,6 @@  module Hbc; end  require "hardware" -require "hbc/extend"  require "hbc/artifact"  require "hbc/audit"  require "hbc/auditor"  | 
