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



138
139
140
# File 'lib/libgems.rb', line 138

def name
  @name
end

#version_requirementObject

Version requirement of gem



141
142
143
# File 'lib/libgems.rb', line 141

def version_requirement
  @version_requirement
end