method
irb_load
v1_8_6_287 -
Show latest stable
- Class:
IRB::ExtendCommandBundle
irb_load(*opts, &b)public
No documentation available.
# File lib/irb/ext/use-loader.rb, line 23
def irb_load(*opts, &b)
ExtendCommand::Load.execute(irb_context, *opts, &b)
end