Exception: Gem::Package::PathError
| Relationships & Source Files | |
| Super Chains via Extension / Inclusion / Inheritance | |
| Class Chain: | |
| Instance Chain: 
          self,
           Error,::Gem::Exception,
          RuntimeError | |
| Inherits: | Gem::Package::Error 
 | 
| Defined in: | lib/rubygems/package.rb | 
Class Method Summary
- .new(destination, destination_dir) ⇒ PathError constructor
::Gem::Deprecate - Extended
| deprecate | Simple deprecation method that deprecates  | 
| skip_during | Temporarily turn off warnings. | 
Instance Attribute Summary
::Gem::Exception - Inherited
Constructor Details
    .new(destination, destination_dir)  ⇒ PathError 
  
# File 'lib/rubygems/package.rb', line 73
def initialize(destination, destination_dir) super "installing into parent path %s of %s is not allowed" % [destination, destination_dir] end