# File lib/kwala/actions/loc_count.rb, line 79
  def initialize
    @file_loc = Hash.new { |h, k| h[k] = Array.new }
  end