Exception: Gem::UninstallError
- Defined in:
- lib/rubygems/exceptions.rb
Overview
Raised when removing a gem with the uninstall command fails
Instance Attribute Summary collapse
-
#spec ⇒ Object
Returns the value of attribute spec.
Instance Attribute Details
#spec ⇒ Object
Returns the value of attribute spec.
47 48 49 |
# File 'lib/rubygems/exceptions.rb', line 47 def spec @spec end |