Sha256: fba1af716f3ba21942812dcf8a6aba35cf5cc6f27efe9d62817e5b3525596774
Contents?: true
Size: 497 Bytes
Versions: 6
Compression:
Stored size: 497 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 end self.config ||= Hash.new() self.environment ||= String.new() end App= Application unless defined?(App)
Version data entries
6 entries across 6 versions & 1 rubygems