# File lib/t/rcfile.rb, line 68
  def path=(path)
    @path = path
    @data = load
    @path
  end