Project

General

Profile

« Previous | Next » 

Revision b35b7a1e

Added by jeremyevans (Jeremy Evans) almost 4 years ago

Allow Kernel#load to load code into a specified module

Instead of always using a new anonymous module for Kernel#load if
the wrap argument is not false/nil, use the given module if a module
is provided.

Implements [Feature #6210]