flay version 2.5.0 has been released!
- home: http://ruby.sadi.st/
- code: https://github.com/seattlerb/flay
- rdoc: http://seattlerb.rubyforge.org/flay
Flay analyzes code for structural similarities. Differences in literal
values, variable, class, method names, whitespace, programming style,
braces vs do/end, etc are all ignored. Making this totally rad.
Changes:
2.5.0 / 2014-05-29
-
6 minor enhancements:
- Added Flay::Item and Flay::Location to encapsulate analysis.
- Added
--only nodetype
filter flag. - Flay#analyze now returns a nice data structure you can walk over.
- Flay#report is now much more dumb.
- Flay#report now takes an optional IO object.
- Removed unused prune arg in Flay#report.