Load feature - This is the same as acquire except that the :legacy and :load options are fixed as true.
:legacy
:load
true
Parameters:
The pathname of the feature to load.
Load options can be :wrap and :search.
Returns:
if feature was successfully loaded
75 76 77
# File 'lib/library/kernel.rb', line 75 def load(pathname, options={}) #, &block) Library.load(pathname, options) #, &block) end