method

new

new(destination, destination_dir)
public

No documentation available.

# 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