Flowdock
Ruby latest stable (v2_5_5) - 0 notes - Superclass: AttributeFormatter

Class deprecated or moved

This class is deprecated or moved on the latest stable version. The last existing version (v1_9_1_378) is shown here.

This formatter uses ANSI escape sequences to colorize stuff works with pagers such as man and less.

Constants

HEADINGS = { 1 => ["\033[1;32m", "\033[m"], 2 => ["\033[4;32m", "\033[m"], 3 => ["\033[32m", "\033[m"], }

ATTR_MAP = { BOLD => "1", ITALIC => "33", CODE => "36" }

Attributes

Show files where this class is defined (1 file)
Register or log in to add new notes.