Rake stats LOC

Running “rake stats” shows

validates_presence_of :stuff, :more_stuff,
:yet_more_stuff

As two lines of code (LOC). I think it should be one line of code,
since it’s one statement.

An easy way to do that would be to not count the lines with a comma at
the end.

Joe