index
:
delta/ruby-gems/diff-lcs.git
fix-failed-test-due-to-resolving-off-by-one-error
fix-issues-5-and-6
fix-ruby-1.8-support
flatten-clean-up
gh-pages
hoe-3-18-support
main
master
misplaced-chunk-issue-65
reintroduce-the-threshold-test-optimization
rubocop
sorbet
spec-cleanup
switch-to-standardrb-formatting
github.com: halostatue/diff-lcs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
diff
/
lcs
/
array.rb
blob: 663918a2f2f839f13a0ec53fdd670a19e17c5062 (
plain
)
1
2
3
4
5
6
7
# frozen_string_literal: true require "diff/lcs" class Array include Diff::LCS end