Flowdock
module
Importance_0
v1_9_3_392 - Show latest stable - 0 notes

No documentation

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

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}/

Attributes

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