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