diff options
author | Sourav Moitra <sourav.moitr@gmail.com> | 2016-02-14 21:40:13 +0530 |
---|---|---|
committer | Sourav Moitra <sourav.moitr@gmail.com> | 2016-02-14 21:40:13 +0530 |
commit | 2f638b227f3210580a1c17e152f61439f6175dfd (patch) | |
tree | 36daba44a650dcbb25d1f3bf3bfb330888edb06e /tools | |
parent | cf433905d5bd10d871ba2355490fc3dfe515cf3e (diff) | |
download | rails-2f638b227f3210580a1c17e152f61439f6175dfd.tar.gz rails-2f638b227f3210580a1c17e152f61439f6175dfd.tar.bz2 rails-2f638b227f3210580a1c17e152f61439f6175dfd.zip |
[ci skip] line_statistics added to README
Diffstat (limited to 'tools')
-rw-r--r-- | tools/README.md | 1 |
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 |