class Minitest::PrideLOL
If you thought the PrideIO
was colorful…
(Inspired by lolcat, but with clean math)
Public Instance Methods
Source
# File vendor/bundle/ruby/3.4.0/gems/minitest-5.25.5/lib/minitest/pride_plugin.rb, line 129 def pride string c = @colors[@index % @size] @index += 1 "#{ESC}38;5;#{c}m#{string}#{NND}" end
Make the string even more colorful. Damnit.