Signals that a file permission error is preventing the user from operating on the given directory.

Methods
N
Attributes
[R] directory
Class Public methods
new(directory)
# File lib/rubygems/exceptions.rb, line 40
def initialize directory
  @directory = directory

  super "You don't have write permissions for the #{directory} directory."
end