Remove Locations
module.
This commit is contained in:
parent
12ab263784
commit
1c153f7781
@ -15,7 +15,6 @@ require "hbc/download"
|
|||||||
require "hbc/download_strategy"
|
require "hbc/download_strategy"
|
||||||
require "hbc/exceptions"
|
require "hbc/exceptions"
|
||||||
require "hbc/installer"
|
require "hbc/installer"
|
||||||
require "hbc/locations"
|
|
||||||
require "hbc/config"
|
require "hbc/config"
|
||||||
require "hbc/macos"
|
require "hbc/macos"
|
||||||
require "hbc/pkg"
|
require "hbc/pkg"
|
||||||
@ -28,8 +27,6 @@ require "hbc/verify"
|
|||||||
require "hbc/version"
|
require "hbc/version"
|
||||||
|
|
||||||
module Hbc
|
module Hbc
|
||||||
include Locations
|
|
||||||
|
|
||||||
def self.init
|
def self.init
|
||||||
Cache.ensure_cache_exists
|
Cache.ensure_cache_exists
|
||||||
Caskroom.ensure_caskroom_exists
|
Caskroom.ensure_caskroom_exists
|
||||||
|
@ -1,11 +0,0 @@
|
|||||||
|
|
||||||
module Hbc
|
|
||||||
module Locations
|
|
||||||
def self.included(base)
|
|
||||||
base.extend(ClassMethods)
|
|
||||||
end
|
|
||||||
|
|
||||||
module ClassMethods
|
|
||||||
end
|
|
||||||
end
|
|
||||||
end
|
|
Loading…
x
Reference in New Issue
Block a user