# File lib/t/rcfile.rb, line 54
  def delete
    File.delete(@path) if File.exist?(@path)
  end