Method: String#magenta

Defined in:
lib/cure/helpers/string.rb

#magentaObject



27
28
29
# File 'lib/cure/helpers/string.rb', line 27

def magenta
  "\e[35m#{self}\e[0m"
end