Class: AdLint::Postfilter::MessageSuppression

Inherits:
Object
  • Object
show all
Defined in:
lib/adlint/postfilter/suppress.rb

Overview

:nodoc:

Instance Method Summary collapse

Instance Method Details

#_match_with?(message_line) ⇒ Boolean

Returns:

  • (Boolean)


37
38
39
# File 'lib/adlint/postfilter/suppress.rb', line 37

def _match_with?(message_line)
  subclass_responsibility
end