Skip to content

Commit d9a7844

Browse files
committed
Remove warning message to bundle on Ruby 2.7.0
1 parent 73f46f0 commit d9a7844

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

lib/irb/context.rb

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -83,12 +83,6 @@ def initialize(irb, workspace = nil, input_method = nil)
8383
when nil
8484
if STDIN.tty? && IRB.conf[:PROMPT_MODE] != :INF_RUBY && !use_singleline?
8585
# Both of multiline mode and singleline mode aren't specified.
86-
puts <<~EOM
87-
This version of IRB is drastically different from the previous version.
88-
If you hit any issues, you can use "irb --legacy" to run the old version.
89-
If you want to just erase this message, please use "irb --multiline" or
90-
add `IRB.conf[:USE_MULTILINE] = true` to your ~/.irbrc file.
91-
EOM
9286
@io = ReidlineInputMethod.new
9387
else
9488
@io = nil

0 commit comments

Comments
 (0)