Flog 2.4.0 Released

flog version 2.4.0 has been released!

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

Changes:

2.4.0 / 2009-12-15

  • 4 minor enhancements:

    • Cleaned method_name to return “#method” or “::method”.
    • DSL reporting now handles regexp literals for ‘method’ names (Marty
      Andrews)
    • Improved tests for process_iter’s myriad complexities.
    • More doco!
  • 1 bug fix:

    • Fixed DSL reporting excluding solo-blocks. (eg a single rake task)