Class: NanDoc::StreamColorizer::RegexRuleNeg
- Defined in:
- lib/nandoc/support/stream-colorizer.rb
Instance Attribute Summary
Attributes inherited from RegexRule
Instance Method Summary collapse
Methods inherited from RegexRule
Constructor Details
This class inherits a constructor from NanDoc::StreamColorizer::RegexRule
Instance Method Details
#match(str) ⇒ Object
109 110 111 |
# File 'lib/nandoc/support/stream-colorizer.rb', line 109 def match str ! super end |