Class: SeeingIsBelieving::ParserHelpers::NullDiagnostics

Inherits:
Parser::Diagnostic::Engine
  • Object
show all
Defined in:
lib/seeing_is_believing/parser_helpers.rb

Overview

override #process so it does not raise an error on fatal parsings (we want to keep going if possible, this allows us to find comments in syntactically invalid files

Instance Method Summary collapse

Instance Method Details

#processObject



9
10
11
# File 'lib/seeing_is_believing/parser_helpers.rb', line 9

def process(*)
  # no op
end