File: array.rb

package info (click to toggle)
ruby-diff-lcs 1.5.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 448 kB
  • sloc: ruby: 2,983; makefile: 10
file content (7 lines) | stat: -rw-r--r-- 87 bytes parent folder | download
1
2
3
4
5
6
7
# frozen_string_literal: true

require "diff/lcs"

class Array
  include Diff::LCS
end