Flowdock

No documentation

This class has no description. You can help the Ruby community by adding new notes.

Constants

QUOTE_REGEXP_SQ = /\A([^'\\]*(?:\\.[^'\\]*)*)'/

QUOTE_REGEXP_DQ = /\A([^"\\]*(?:""[^"\\]*|\\.[^"\\]*)*)"/

ESCAPE_MAP = { "r" => "\r", "n" => "\n", "b" => "\b", "t" => "\t", }

DEFAULT_CONFIG_FILE = rb_str_new2(default_config_file)

Attributes

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