aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authoraycabta <aycabta@gmail.com>2019-12-24 09:53:43 +0900
committeraycabta <aycabta@gmail.com>2019-12-24 09:56:40 +0900
commit0e528ae9cb5c1078e4d07287e403cb548e97f0a3 (patch)
tree91f3562f2bbec8ac0090f3b3404457b6e17a81e0 /lib
parent0231661939310951c8ed339d8600a53a21015918 (diff)
downloadruby-0e528ae9cb5c1078e4d07287e403cb548e97f0a3.tar.gz
[ruby/irb] Remove warning message to bundle on Ruby 2.7.0
https://github.com/ruby/irb/commit/d9a7844f50
Diffstat (limited to 'lib')
-rw-r--r--lib/irb/context.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/irb/context.rb b/lib/irb/context.rb
index cba2618d25..686738cd40 100644
--- a/lib/irb/context.rb
+++ b/lib/irb/context.rb
@@ -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