class Object

Public Instance Methods

webgen_require(library, gem = library)

Require the given library but handle a possible loading error more gracefully.

The parameter gem (which defaults to library) should be set to the Rubygem that provides the library or to nil if no such Rubygem exists.