Sha256: f00a3ae06f442dc8f5a5ea38c1333440ea1b76f34505cad7254742096ea3004e
Contents?: true
Size: 375 Bytes
Versions: 3
Compression:
Stored size: 375 Bytes
Contents
# -*- coding: utf-8 -*- require 'tengine/core' # require 'tengine/core/config/default' # DEFAULT定数と関係するメソッドを定義 module Tengine::Core::Config autoload :Core, 'tengine/core/config/core' autoload :Atd, 'tengine/core/config/atd' autoload :HeartbeatWatcher, 'tengine/core/config/heartbeat_watcher' autoload :DB, 'tengine/core/config/db' end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
tengine_core-1.2.2 | lib/tengine/core/config.rb |
tengine_core-1.2.1 | lib/tengine/core/config.rb |
tengine_core-1.2.0 | lib/tengine/core/config.rb |