module Caco::Debian
Public Class Methods
apt_updated()
click to toggle source
# File lib/caco/debian.rb, line 20 def self.apt_updated @@apt_updated end
apt_updated=(value)
click to toggle source
# File lib/caco/debian.rb, line 24 def self.apt_updated=(value) @@apt_updated = !!value end