# File lib/rubygems/exceptions.rb, line 29
  def initialize(path)
    super("You don't have write permissions into the #{path} directory.")
  end