Method: RuDebug#load_config

Defined in:
lib/rudebug/main.rb

#load_configObject



31
32
33
34
35
36
37
# File 'lib/rudebug/main.rb', line 31

def load_config()
  @config = begin
    YAML.load(File.read(config_path)).to_hash
  rescue Exception
    {}
  end
end