Class: DifficultCustomer::Config

Inherits:
Object
  • Object
show all
Defined in:
lib/difficult_customer/config.rb

Overview

Configuration class

Instance Method Summary collapse

Instance Method Details

#configObject



6
7
8
# File 'lib/difficult_customer/config.rb', line 6

def config
  YAML.load_file(config_file).freeze
end