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)
sections

sections() Instance Public methods

2015-04-24 23:57:36
each

each() Instance Public methods

2015-04-24 23:40:35
get_value

get_value(section, key) Instance Public methods

2015-04-24 23:48:09
to_s

to_s() Instance Public methods

2015-04-25 00:04:24