In Files

  • ruby-3.1.2/lib/rubygems/package.rb

Methods

Files

Class/Module Index [+]

Quicksearch

Gem::Package::SymlinkError

Public Class Methods

new(name, destination, destination_dir) click to toggle source
 
               # File ruby-3.1.2/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