Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
Lines Of Code(LOC) counter for Ruby(Kodama's tips page)
Kodama's home / tips.
Lines Of Code(LOC) counter for Ruby
Download:
rubyloc.rb.
This script counts semi-physical LOC without comments and empty lines.
";", "then", "else", "end" and some other key words are treated
as if line break.
The metric is rough but usable.
Usage
$ ruby rubyloc.rb < ruby_script.rb
loc: 379 , def: 59
Kodama's home / tips.