mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
move require 'resource' to download_strategy.rb
where it is actually needed
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
require 'resource'
|
||||
|
||||
class AbstractDownloadStrategy
|
||||
attr_reader :name, :resource
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
require 'pathname'
|
||||
require 'resource'
|
||||
|
||||
class Pathname
|
||||
# I don't trust the children.length == 0 check particularly, not to mention
|
||||
|
||||
Reference in New Issue
Block a user