Sha256: 9eeee235870aaec83684e296d53e75f586b8d2124108618a7870257a4a9fb2f5
Contents?: true
Size: 376 Bytes
Versions: 30
Compression:
Stored size: 376 Bytes
Contents
module Juggernaut module Miscel def options Juggernaut.options end def options=(ob) Juggernaut.options = ob end def log_path Juggernaut.log_path end def pid_path Juggernaut.pid_path end def config_path Juggernaut.config_path end def logger Juggernaut.logger end end end
Version data entries
30 entries across 30 versions & 11 rubygems