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