Exception: Gem::Package::SymlinkError
- Defined in:
 - lib/rubygems/package.rb
 
Instance Method Summary collapse
- 
  
    
      #initialize(name, destination, destination_dir)  ⇒ SymlinkError 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of SymlinkError.
 
Constructor Details
#initialize(name, destination, destination_dir) ⇒ SymlinkError
Returns a new instance of SymlinkError.
      76 77 78 79  | 
    
      # File 'lib/rubygems/package.rb', line 76 def initialize(name, destination, destination_dir) super "installing symlink '%s' pointing to parent path %s of %s is not allowed" % [name, destination, destination_dir] end  |