Module Kernel
In: lib/logging/utils.rb

Methods

require?  

Public Instance methods

Attempt to the load the library named string using the standard Kernel#require method. Returns true if the library was successfully loaded. Returns false if the library could not be loaded. This method will never raise an exception.

[Validate]