Gem::LoadError
Raised when trying to activate a gem, and that gem does not exist on the system. Instead of rescuing from this class, make sure to rescue from the superclass Gem::LoadError to catch all types of load errors.
# File rubygems/errors.rb, line 31 def initialize(name, requirement) @name = name @requirement = requirement end
This page was generated for Ruby 2.7.1
Ruby-doc.org is a service of James Britt and Neurogami, purveyors of fine dance noise.
Generated with Ruby-doc Rdoc Generator 0.42.0.