class String

def colors


Return array of available colors used by colorize method
def colors
  COLORS.keys
end