We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca9c618 commit 6afac93Copy full SHA for 6afac93
prelude.rb
@@ -2,7 +2,7 @@ class Binding
2
# :nodoc:
3
def irb(...)
4
suppress = Thread.current[:__bundled_gems_warning_suppression]
5
- Thread.current[:__bundled_gems_warning_suppression] = ['irb', 'reline', 'rdoc']
+ Thread.current[:__bundled_gems_warning_suppression] = ['reline', 'rdoc']
6
7
begin
8
require 'irb'
0 commit comments