We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e64136 commit 985ac50Copy full SHA for 985ac50
1 file changed
test/irb/test_input_method.rb
@@ -35,6 +35,7 @@ def test_initialization
35
end
36
37
def test_colorize
38
+ IRB.conf[:USE_COLORIZE] = true
39
original_colorable = IRB::Color.method(:colorable?)
40
IRB::Color.instance_eval { undef :colorable? }
41
IRB::Color.define_singleton_method(:colorable?) { true }
0 commit comments