Exception: Gem::Package::PathError
- Defined in:
- lib/rubygems/package.rb
Instance Method Summary collapse
-
#initialize(destination, destination_dir) ⇒ PathError
constructor
A new instance of PathError.
Constructor Details
#initialize(destination, destination_dir) ⇒ PathError
Returns a new instance of PathError.
71 72 73 |
# File '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 |