Thanks to visit codestin.com
Credit goes to www.rubydoc.info

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

Instance Attribute Details

#specObject

Returns the value of attribute spec.



69
70
71
# File 'lib/rubygems/exceptions.rb', line 69

def spec
  @spec
end