W3cubDocs

/Ruby / Minitest

class Minitest::PrideLOL

Parent:
Minitest::PrideIO

If you thought the PrideIO was colorful…

(Inspired by lolcat, but with clean math)

Public Instance Methods

pride(string) Show source
# 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.