Module: Reek::Report::BlankLocationFormatter Private

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

Overview

This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.

Formats the location of a warning as an empty string.

Class Method Summary collapse

Class Method Details

.format(_warning) ⇒ Object

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



8
9
10
# File 'lib/reek/report/location_formatter.rb', line 8

def self.format(_warning)
  ''
end