module Reek::Report::DefaultLocationFormatter
Formats the location of a warning as an array of line numbers.
Public Instance Methods
Source
# File lib/reek/report/location_formatter.rb, line 22 def format(warning) "#{warning.lines.sort.inspect}:" end