Libraries
»
multipull
(0.0.4)
»
Index
»
Multipull
»
TerminalColor
»
#red
Method: Multipull::TerminalColor#red
Defined in:
lib/multipull/terminal_color.rb
#
red
(s) ⇒
Object
25 26 27
# File 'lib/multipull/terminal_color.rb', line 25
def
red
(
s
)
"
\033[31m
#{
s
}
\033[0m
"
end