In Files

  • ruby-3.1.2/lib/rubygems/package.rb

Methods

Files

Class/Module Index [+]

Quicksearch

Gem::Package::PathError

Public Class Methods

new(destination, destination_dir) click to toggle source
 
               # File ruby-3.1.2/lib/rubygems/package.rb, line 68
def initialize(destination, destination_dir)
  super "installing into parent path %s of %s is not allowed" %
          [destination, destination_dir]
end