Flowdock
method

new

Importance_0
v2_2_9 - Show latest stable - 0 notes - Class: PathError
new(destination, destination_dir) public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/rubygems/package.rb, line 69
    def initialize destination, destination_dir
      super "installing into parent path %s of %s is not allowed" %
              [destination, destination_dir]
    end
Register or log in to add new notes.