Skip to Content Skip to Search
Methods
N

Class Public methods

new(destination, destination_dir)

# File ruby/lib/rubygems/package.rb, line 71
def initialize(destination, destination_dir)
  super format("installing into parent path %s of %s is not allowed", destination, destination_dir)
end