= private = protected
irb_load(*opts, &b)
Loads the given file similarly to Kernel#load, see IrbLoader#irb_load
# File lib/irb/ext/use-loader.rb, line 24 def irb_load(*opts, &b) ExtendCommand::Load.execute(irb_context, *opts, &b) end