class Gem::Package::PathError
Öffentliche Klassenmethoden
Source
# File lib/rubygems/package.rb, line 72 def initialize(destination, destination_dir) super format("installing into parent path %s of %s is not allowed", destination, destination_dir) end
Ruft die Superklassenmethode
Exception::new auf