module Reek::Report::BlankLocationFormatter
Formats the location of a warning as an empty string.
Public Instance Methods
Source
# File lib/reek/report/location_formatter.rb, line 11 def format(_warning) '' end
Formats the location of a warning as an empty string.
# File lib/reek/report/location_formatter.rb, line 11 def format(_warning) '' end