aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJon Moss <maclover7@users.noreply.github.com>2016-02-14 11:16:15 -0500
committerJon Moss <maclover7@users.noreply.github.com>2016-02-14 11:16:15 -0500
commit6f8f2a2017e09d8d94c70761c70007ce72b984e7 (patch)
tree36daba44a650dcbb25d1f3bf3bfb330888edb06e
parentcf433905d5bd10d871ba2355490fc3dfe515cf3e (diff)
parent2f638b227f3210580a1c17e152f61439f6175dfd (diff)
downloadrails-6f8f2a2017e09d8d94c70761c70007ce72b984e7.tar.gz
rails-6f8f2a2017e09d8d94c70761c70007ce72b984e7.tar.bz2
rails-6f8f2a2017e09d8d94c70761c70007ce72b984e7.zip
Merge pull request #23674 from xw19/dev-tools-update
[ci skip] line_statistics added to README
-rw-r--r--tools/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/README.md b/tools/README.md
index 25ab798bd5..1f3d6c59d9 100644
--- a/tools/README.md
+++ b/tools/README.md
@@ -5,3 +5,4 @@ They aren't used by Rails apps directly.
* `console` drops you in irb and loads local Rails repos
* `profile` profiles `Kernel#require` to help reduce startup time
+ * `line_statistics` provides CodeTools module and LineStatistics class to count lines \ No newline at end of file