diff options
| author | Markus Reiter | 2017-03-06 20:37:13 +0100 | 
|---|---|---|
| committer | Markus Reiter | 2017-03-07 00:06:34 +0100 | 
| commit | 3b8524d770172ec4aacb48fceb4dc8d2c1836bce (patch) | |
| tree | bf72cd1271b3f4ab8ea3f4b6e2ed122931f5cfa9 /Library/Homebrew/cask/lib/hbc.rb | |
| parent | 1959cc3f2df6287467d90242fc6dee41398a5731 (diff) | |
| download | brew-3b8524d770172ec4aacb48fceb4dc8d2c1836bce.tar.bz2 | |
Refactor CLI options.
Diffstat (limited to 'Library/Homebrew/cask/lib/hbc.rb')
| -rw-r--r-- | Library/Homebrew/cask/lib/hbc.rb | 2 | 
1 files changed, 0 insertions, 2 deletions
diff --git a/Library/Homebrew/cask/lib/hbc.rb b/Library/Homebrew/cask/lib/hbc.rb index c971cbd58..048f912ec 100644 --- a/Library/Homebrew/cask/lib/hbc.rb +++ b/Library/Homebrew/cask/lib/hbc.rb @@ -21,7 +21,6 @@ require "hbc/fetcher"  require "hbc/installer"  require "hbc/locations"  require "hbc/macos" -require "hbc/options"  require "hbc/pkg"  require "hbc/qualified_token"  require "hbc/scopes" @@ -40,7 +39,6 @@ require "utils"  module Hbc    include Locations    include Scopes -  include Options    include Utils    def self.init  | 
