We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 820b9e8 commit f6d4896Copy full SHA for f6d4896
1 file changed
lib/irb/ext/use-loader.rb
@@ -49,8 +49,6 @@ def use_loader=(opt)
49
if IRB.conf[:USE_LOADER] != opt
50
IRB.conf[:USE_LOADER] = opt
51
if opt
52
- if !$".include?("irb/command/load")
53
- end
54
(class<<@workspace.main;self;end).instance_eval {
55
alias_method :load, :irb_load
56
alias_method :require, :irb_require
0 commit comments