Method: PrideLOL#pride

Defined in:
lib/minitest/pride.rb

#pride(string) ⇒ Object

Make the string even more colorful. Damnit.



111
112
113
114
115
# File 'lib/minitest/pride.rb', line 111

def pride string
  c = @colors[@index % @size]
  @index += 1
  "#{ESC}38;5;#{c}m#{string}#{NND}"
end