Libraries
»
manycolors
(0.5.3)
»
Index
»
String
»
#red
Method: String#red
Defined in:
lib/manycolors.rb
#
red
⇒
Object
4
# File 'lib/manycolors.rb', line 4
def
red
;
"\033[31m#{self}\033[0m"
end