Exception: Gem::Package::SymlinkError
- Defined in:
- lib/rubygems/package.rb
Instance Method Summary collapse
-
#initialize(name, destination, destination_dir) ⇒ SymlinkError
constructor
A new instance of SymlinkError.
Constructor Details
#initialize(name, destination, destination_dir) ⇒ SymlinkError
Returns a new instance of SymlinkError.
77 78 79 |
# File 'lib/rubygems/package.rb', line 77 def initialize(name, destination, destination_dir) super format("installing symlink '%s' pointing to parent path %s of %s is not allowed", name, destination, destination_dir) end |