aboutsummaryrefslogtreecommitdiffstats
path: root/tools/line_statistics
diff options
context:
space:
mode:
Diffstat (limited to 'tools/line_statistics')
-rw-r--r--[-rwxr-xr-x]tools/line_statistics3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/line_statistics b/tools/line_statistics
index 5eb5cfdc3d..bfa921b095 100755..100644
--- a/tools/line_statistics
+++ b/tools/line_statistics
@@ -1,4 +1,5 @@
-#!/usr/bin/env ruby
+# Class used to calculates LOC for a provided file list.
+#
# Example:
# files = FileList["lib/active_record/**/*.rb"]
# CodeTools::LineStatistics.new(files).print_loc