Flowdock
Ruby latest stable (v2_5_5) - 0 notes - Superclass: Object

Class deprecated or moved

This class is deprecated or moved on the latest stable version. The last existing version (v1_9_2_180) is shown here.

No documentation

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

Constants

SPECIFIERS = 'diuXxofFeEgGscaA'

REGEX = / # possible space, followed by... (?:\s* # percent sign, followed by... % # another percent sign, or... (?:%| # optional assignment suppression flag \*? # optional maximum field width \d* # named character class, ... (?:\[\[:\w+:\]\]| # traditional character class, or... \[[^\]]*\]| # specifier letter. [#{SPECIFIERS}])))| # or miscellaneous characters [^%\s]+/ix

Attributes

[R] string_left
[R] last_spec_tried
[R] last_match_tried
[R] matched_count
[R] space
Show files where this class is defined (1 file)
Register or log in to add new notes.