Method: Fetchers::Local#initialize
- Defined in:
- lib/fetchers/local.rb
#initialize(target, opts = {}) ⇒ Local
Returns a new instance of Local.
40 41 42 43 44 |
# File 'lib/fetchers/local.rb', line 40 def initialize(target, opts = {}) @target = target @backend = opts[:backend] @archive_shasum = nil end |