Class: Gem::Package::PathError (Ruby 2.3.4)

In Files

  • rubygems/package.rb

Methods

Class/Module Index [+]

Quicksearch

Gem::Package::PathError

Public Class Methods

new(destination, destination_dir)
 
               # File 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