method
pride
v1_9_3_125 -
Show latest stable
- Class:
PrideLOL
pride(string)public
No documentation available.
# File lib/minitest/pride.rb, line 91
def pride string
c = @colors[@index % @size]
@index += 1
"#{ESC}38;5;#{c}m#{string}#{NND}"
end