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.



75
76
77
78
# File 'lib/rubygems/package.rb', line 75

def initialize(name, destination, destination_dir)
  super "installing symlink '%s' pointing to parent path %s of %s is not allowed" %
          [name, destination, destination_dir]
end