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