Method: Mull::Container#config

Defined in:
lib/mull.rb

#config(key) ⇒ Object



23
24
25
26
# File 'lib/mull.rb', line 23

def config key
  @config ||= YAML.load_file('mull.yml')
  @config[key.to_s]
end