class Caco::Debian::Cell::SourcesList

Public Instance Methods

mirror_url() click to toggle source
# File lib/caco/debian/cell/sources_list.rb, line 3
def mirror_url
  property(:mirror_url) || Settings.debian.apt_default_repo.mirror_url
end