Method: String#blue

Defined in:
lib/ext/string.rb

#blueObject

Colors



5
6
7
# File 'lib/ext/string.rb', line 5

def blue
  "\e[34m#{self}\e[0m"
end