Class
Class Methods
lib/rubygems/package.rb
View on GitHub
# File tmp/rubies/ruby-3.0.5/lib/rubygems/package.rb, line 68
def initialize(destination, destination_dir)
super "installing into parent path %s of %s is not allowed" %
[destination, destination_dir]
end
No documentation available