Exception: LibGems::GemNotInHomeException

Inherits:
Exception
  • Object
show all
Defined in:
lib/libgems/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.



16
17
18
# File 'lib/libgems/exceptions.rb', line 16

def spec
  @spec
end