Module: MxxRu::Externals

Defined in:
lib/mxx_ru/externals.rb

Defined Under Namespace

Modules: Impl Classes: ArchiveAsExternals, Git, Hg, Registry, Svn

Constant Summary collapse

EXTERNALS_STORAGE_DIR =
'.externals'

Class Method Summary collapse

Class Method Details

.downloader_option(downloader_id, *values) ⇒ Object



798
799
800
# File 'lib/mxx_ru/externals.rb', line 798

def Externals::downloader_option(downloader_id, *values)
  Impl::WebDownloader.downloader_option(downloader_id, *values)
end

.preffered_downloader(downloader_id) ⇒ Object

class ArchiveAsExternals



794
795
796
# File 'lib/mxx_ru/externals.rb', line 794

def Externals::preffered_downloader(downloader_id)
  Impl::WebDownloader.preffered_downloader(downloader_id)
end