Type:
Class
Constants:
QUOTE_REGEXP_SQ
:
/\A([^'\\]*(?:\\.[^'\\]*)*)'/
escape with backslash
QUOTE_REGEXP_DQ
:
/\A([^"\\]*(?:""[^"\\]*|\\.[^"\\]*)*)"/
escape with backslash and doubled dq
ESCAPE_MAP
:
{
"r" => "\r",
"n" => "\n",
"b" => "\b",
"t" => "\t",
}
escaped char map
DEFAULT_CONFIG_FILE
:
rb_str_new2(default_config_file)