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

Exception: Gem::GemNotInHomeException

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

Overview

Raised when attempting to uninstall a gem that isn’t in GEM_HOME.

Instance Attribute Summary collapse

Instance Attribute Details

#specObject

Returns the value of attribute spec.



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

def spec
  @spec
end