Method: Howzit::StringUtils#c

Defined in:
lib/howzit/stringutils.rb

#cString

Shortcut for calling Color.template

Returns:

  • (String)

    colorized string



82
83
84
# File 'lib/howzit/stringutils.rb', line 82

def c
  Color.template(self)
end