flay version 2.4.0 has been released!
- code: https://github.com/seattlerb/flay
- home: http://ruby.sadi.st/
- 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.4.0 / 2013-07-24
-
1 minor enhancement:
- Allow plugins to provide sexp to source converters for --diff.
(UncleGene)
- Allow plugins to provide sexp to source converters for --diff.