wtnabe (owner)

Revisions

gist: 93033 Download_button fork
public
Public Clone URL: git://gist.github.com/93033.git
Embed All Files: show embed
simple-diff-lcs.rb #
1
2
3
4
5
6
Object::Diff::LCS.diff( lines_array, lines_array ).each { |d|
  d.each { |c|
    puts c.to_a.to_s
  }
}