1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[ruby/irb] Remove warning message to bundle on Ruby 2.7.0

https://github.com/ruby/irb/commit/d9a7844f50
This commit is contained in:
aycabta 2019-12-24 09:53:43 +09:00
parent 0231661939
commit 0e528ae9cb

View file

@ -83,12 +83,6 @@ module IRB
when nil
if STDIN.tty? && IRB.conf[:PROMPT_MODE] != :INF_RUBY && !use_singleline?
# Both of multiline mode and singleline mode aren't specified.
puts <<~EOM
This version of IRB is drastically different from the previous version.
If you hit any issues, you can use "irb --legacy" to run the old version.
If you want to just erase this message, please use "irb --multiline" or
add `IRB.conf[:USE_MULTILINE] = true` to your ~/.irbrc file.
EOM
@io = ReidlineInputMethod.new
else
@io = nil