class Gem::Package::SymlinkError
Public Class Methods
Source
# 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
Calls superclass method
Exception::new