类 Gem::Package::PathError
公共类方法
new(destination, destination_dir) 点击切换源代码
调用超类方法
# File 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