Exception: Gem::Package::SymlinkError

Inherits:
Error show all
Defined in:
lib/rubygems/package.rb

Instance Method Summary collapse

Constructor Details

#initialize(name, destination, destination_dir) ⇒ SymlinkError

Returns a new instance of SymlinkError.



78
79
80
# File 'lib/rubygems/package.rb', line 78

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