On this page
class Minitest::PrideLOL
If you thought the PrideIO
was colorful…
(Inspired by lolcat, but with clean math)
Public Instance Methods
# File lib/minitest/pride_plugin.rb, line 136
def pride string
c = @colors[@index % @size]
@index += 1
"#{ESC}38;5;#{c}m#{string}#{NND}"
end
Make the string even more colorful. Damnit.
© Ryan Davis, seattle.rb
Licensed under the MIT License.
https://docs.seattlerb.org/minitest/Minitest/PrideLOL.html