flog version 1.0.0 has been released!

| | Comments (2)

Flog reports the most tortured code in an easy to read pain report. The higher the score, the more pain the code is in.

% ./bin/flog bin/flog
Total score = 128.7

Flog#report: (21)
     4: puts
     2: sort_by
...

Changes:

1.0.0 / 2007-08-01

2 Comments

Whence comes UnifiedRuby ? The Google, it does nothing!

Matt, I think there is supposed to be a lib directory bundled up in the gem, but it is not. (Did you get an error on install?) In that lib, I'm guessing there is a unified_ruby.rb.

In the meantime, I think you'll find that it seems to work if you comment out the require and include.

Leave a comment