Clearer naming

This commit is contained in:
Ted Nyman
2013-12-28 19:59:50 -08:00
parent f9e50f4826
commit b7e2f7cff9

View File

@@ -26,8 +26,8 @@ if File.directory?(path)
end end
if breakdown if breakdown
puts puts
breakdown = repo.breakdown_by_file file_breakdown = repo.breakdown_by_file
breakdown.each do |lang, files| file_breakdown.each do |lang, files|
puts "#{lang}: #{files}" puts "#{lang}: #{files}"
end end
end end