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