Method: Minitest::PrideLOL#pride

Defined in:
lib/minitest/pride_plugin.rb

#pride(string) ⇒ Object

Make the string even more colorful. Damnit.


129
130
131
132
133
# File 'lib/minitest/pride_plugin.rb', line 129

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