Method: String#blue

Defined in:
lib/colors.rb

#blueObject



18
19
20
# File 'lib/colors.rb', line 18

def blue
  colorize(34)
end