[ruby/irb] Remove useless loaded file check
(https://github.com/ruby/irb/pull/885) https://github.com/ruby/irb/commit/f6d489658e
This commit is contained in:
parent
3371936b6f
commit
ea2fb7460e
@ -49,8 +49,6 @@ module IRB
|
||||
if IRB.conf[:USE_LOADER] != opt
|
||||
IRB.conf[:USE_LOADER] = opt
|
||||
if opt
|
||||
if !$".include?("irb/command/load")
|
||||
end
|
||||
(class<<@workspace.main;self;end).instance_eval {
|
||||
alias_method :load, :irb_load
|
||||
alias_method :require, :irb_require
|
||||
|
Loading…
x
Reference in New Issue
Block a user