Exception: Gem::GemNotInHomeException
- Defined in:
- lib/rubygems/exceptions.rb
Overview
Raised when attempting to uninstall a gem that isn’t in GEM_HOME.
Instance Attribute Summary collapse
- 
  
    
      #spec  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute spec. 
Instance Attribute Details
#spec ⇒ Object
Returns the value of attribute spec.
| 69 70 71 | # File 'lib/rubygems/exceptions.rb', line 69 def spec @spec end |