class Minitest::PrideLOL
If you thought the PrideIO was colorful...
(Inspired by lolcat, but with clean math)
If you thought the PrideIO was colorful...
(Inspired by lolcat, but with clean math)
Public Class Methods
(untyped io) → void
Source
# File vendor/bundle/ruby/4.0.0/gems/rbs-4.1.1/stdlib/minitest/0/minitest/pride_lol.rbs, line 9
def initialize: (untyped io) -> void
Public Instance Methods
(untyped string) → ::String
Source
# File vendor/bundle/ruby/4.0.0/gems/minitest-6.0.6/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.
Make the string even more colorful. Damnit.