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:
parent
0231661939
commit
0e528ae9cb
1 changed files with 0 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue