Method: Fetchers::Url#fetch

Defined in:
lib/fetchers/url.rb

#fetch(path) ⇒ Object



84
85
86
# File 'lib/fetchers/url.rb', line 84

def fetch(path)
  @archive_path ||= download_archive(path)
end