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 28 def initialize(name, requirement) @name = name @requirement = requirement end
This page was generated for Ruby 2.6.1
Ruby-doc.org is provided by James Britt and Neurogami. Hack your world. Feed your head. Live curious.
Generated with Ruby-doc Rdoc Generator 0.42.0.