Exception: Gem::Package::PathError

Inherits:
Error show all
Defined in:
lib/rubygems/package.rb

Instance Method Summary collapse

Constructor Details

#initialize(destination, destination_dir) ⇒ PathError



70
71
72
73
# File 'lib/rubygems/package.rb', line 70

def initialize(destination, destination_dir)
  super "installing into parent path %s of %s is not allowed" %
    [destination, destination_dir]
end