Really simple script to count Ruby LOC (Line Of Code).
NB: you must have a Go environment up and ready.
go run loc_stats.go path/to/ruby/dir
This is just a toy-project to test Go! There are many better tools to count LOCs so you should continue your search!