Class: NanDoc::StreamColorizer::RegexRuleNeg

Inherits:
RegexRule
  • Object
show all
Defined in:
lib/nandoc/support/stream-colorizer.rb

Instance Attribute Summary

Attributes inherited from RegexRule

#regex, #state

Instance Method Summary collapse

Methods inherited from RegexRule

#initialize, make

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