Description
Lets Ruby require hooks load files written for custom language processors. It is useful for tools that support alternate source formats or generated Ruby code during application loading.
Custom loaders affect what code runs at require time. Use trusted loaders only, document file extensions, and avoid loading untrusted source formats automatically.