23 24 25 26
# File 'lib/mull.rb', line 23 def config key @config ||= YAML.load_file('mull.yml') @config[key.to_s] end