Type:
Module
Constants:
Special : ',=+<>#;'
HexChar : /[0-9a-fA-F]/
HexPair : /#{HexChar}#{HexChar}/
HexString : /#{HexPair}+/
Pair : /\\(?:[#{Special}]|\\|"|#{HexPair})/
StringChar : /[^#{Special}\\"]/
QuoteChar : /[^\\"]/
AttributeType : /[a-zA-Z][0-9a-zA-Z]*|[0-9]+(?:\.[0-9]+)*/
AttributeValue : / (?!["#])((?:#{StringChar}|#{Pair})*)| \#(#{HexString})| "((?:#{QuoteChar}|#{Pair})*)" /x
TypeAndValue : /\A(#{AttributeType})=#{AttributeValue}/
expand_pair

expand_pair(str) Instance Public methods

2015-04-26 13:30:48
scan

scan(dn) Instance Public methods

2015-04-26 13:38:53
expand_hexstring

expand_hexstring(str) Instance Public methods

2015-04-26 13:27:54
expand_value

expand_value(str1, str2, str3) Instance Public methods

2015-04-26 13:35:23