Class: Reek::Examiner::NullHandler

Inherits:
Object
  • Object
show all
Defined in:
lib/reek/examiner.rb

Overview

Handles no errors

Instance Method Summary collapse

Instance Method Details

#handle(_exception) ⇒ Object



19
20
21
# File 'lib/reek/examiner.rb', line 19

def handle(_exception)
  false
end