method

width_for

width_for(label)
private

No documentation available.

# File railties/lib/rails/code_statistics.rb, line 75
    def width_for(label)
      [@statistics.values.sum { |s| s.send(label) }.to_s.size, HEADERS[label].length].max
    end