Exception: Gem::UninstallError

Inherits:
Exception
  • Object
show all
Defined in:
lib/rubygems/exceptions.rb

Overview

Raised when removing a gem with the uninstall command fails

Instance Attribute Summary collapse

Attributes inherited from Exception

#source_exception

Method Summary

Methods included from Deprecate

deprecate, skip, skip=, skip_during

Instance Attribute Details

#specObject

Returns the value of attribute spec



63
64
65
# File 'lib/rubygems/exceptions.rb', line 63

def spec
  @spec
end