Module: Reek::Report::BlankLocationFormatter

Defined in:
lib/reek/report/location_formatter.rb

Overview

Formats the location of a warning as an empty string.

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.format(_warning) ⇒ Object



11
12
13
# File 'lib/reek/report/location_formatter.rb', line 11

def format(_warning)
  ''
end

Instance Method Details

#format(_warning) ⇒ Object (private)



11
12
13
# File 'lib/reek/report/location_formatter.rb', line 11

def format(_warning)
  ''
end