Exception: LibGems::LoadError

Inherits:
LoadError
  • Object
show all
Defined in:
lib/libgems.rb

Overview

Raised when SlimGems is unable to load or activate a gem. Contains the name and version requirements of the gem that either conflicts with already activated gems or that SlimGems is otherwise unable to activate.

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject

Name of gem



111
112
113
# File 'lib/libgems.rb', line 111

def name
  @name
end

#version_requirementObject

Version requirement of gem



114
115
116
# File 'lib/libgems.rb', line 114

def version_requirement
  @version_requirement
end