Flowdock
Ruby on Rails latest stable (v6.1.7.7) - 0 notes - Superclass: Object

No documentation

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

Constants

ESCAPE_REGEX_WITHOUT_HTML_ENTITIES = /[\u2028\u2029]/u

ESCAPE_REGEX_WITH_HTML_ENTITIES = /[\u2028\u2029><&]/u

ESCAPED_CHARS = { "\u2028" => '\u2028', "\u2029" => '\u2029', ">" => '\u003e', "<" => '\u003c', "&" => '\u0026', }

Attributes

[R] options
Show files where this class is defined (1 file)
Register or log in to add new notes.