Class Methods
lib/rubygems/package.rb
View on GitHub
# File tmp/rubies/ruby-3.1.3/lib/rubygems/package.rb, line 76
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
No documentation available