# File lib/t/rcfile.rb, line 10
  def initialize
    @path = File.join(File.expand_path("~"), FILE_NAME)
    @data = load
  end