Sha256: 6adc212dd6b8b2895b2d8ca15ec7a8a81de21741fe90c1c7ec85cc833205f654
Contents?: true
Size: 323 Bytes
Versions: 3
Compression:
Stored size: 323 Bytes
Contents
module Extr class Config ROUTER_PATH = '/extr/direct_router'.freeze cattr_accessor :controller_config cattr_accessor :controller_path class << self def initialize! @@controller_config = Hash.new { |hash, key| hash[key] = {} } @@controller_path = {} end end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
extr-1.0.6 | lib/extr/config.rb |
extr-1.0.5 | lib/extr/config.rb |
extr-1.0.4 | lib/extr/config.rb |