# File lib/t/rcfile.rb, line 62
  def load
    YAML.load_file(@path)
  rescue Errno::ENOENT
    default_structure
  end