Method: Bookmaker::Base.config

Defined in:
lib/bookmaker/base.rb

.configObject



85
86
87
# File 'lib/bookmaker/base.rb', line 85

def self.config
  @config ||= YAML::load_file(config_path)
end