Libraries
»
gitcycle
(0.3.5)
»
Index
»
String
»
#blue
Method: String#blue
Defined in:
lib/ext/string.rb
#
blue
⇒
Object
Colors
5 6 7
# File 'lib/ext/string.rb', line 5
def
blue
"\e[34m#{self}\e[0m"
end