Sha256: 5f0fd34ec32fb34a45fec2368a1554d5af04eaf5bc35bccd665ab2eb6826c9f2
Contents?: true
Size: 291 Bytes
Versions: 15
Compression:
Stored size: 291 Bytes
Contents
# encoding: utf-8 module LocalPac module Actions class ReloadConfiguration private attr_reader :config public def initialize(config = Config.new) @config = config end def run LocalPac.config = config end end end end
Version data entries
15 entries across 15 versions & 1 rubygems