Module: Quant::Config

Defined in:
lib/quant/config.rb

Defined Under Namespace

Classes: Config

Class Method Summary collapse

Class Method Details

.configObject



21
22
23
# File 'lib/quant/config.rb', line 21

def self.config
  @config ||= Config.new
end

.default!Object



17
18
19
# File 'lib/quant/config.rb', line 17

def self.default!
  @config = Config.new
end