Method: NanDoc::StreamColorizer::RuleList#when_not

Defined in:
lib/nandoc/support/stream-colorizer.rb

#when_not(re, opts) ⇒ Object



84
85
86
# File 'lib/nandoc/support/stream-colorizer.rb', line 84

def when_not re, opts
  add_regex_rule_neg re, opts
end