Sha256: 08e6df6200028860032cd0cb66772763fad4eb86145baa19cfe8e0b304e9f7c8
Contents?: true
Size: 566 Bytes
Versions: 16
Compression:
Stored size: 566 Bytes
Contents
module Application class << self attr_accessor :config, :environment, :tmpdir, :daemon_stderr, :log, :pid, :name, :db_init, :db_drop, :daemon, :config_file, :create_documentation, :client end self.client ||= Hash.new() self.config ||= Hash.new() self.environment ||= String.new() end App= Application unless defined?(App)
Version data entries
16 entries across 16 versions & 1 rubygems