Signals that a file permission error is preventing the user from operating on the given directory.
Attributes
directory[R]
Public Class Methods
new(directory)click to toggle source
# File rubygems/exceptions.rb, line 63definitialize(directory)
@directory = directorysuper"You don't have write permissions for the #{directory} directory."end
This page was generated for Ruby 3.0.4
Generated with Ruby-doc Rdoc Generator 0.42.0.
There is an updated format of the API docs for this version here.