summaryrefslogtreecommitdiff
path: root/lib/diff/lcs/string.rb
blob: 1ee7a3ccd036cd609d341f8e0b2ebbc3140a4c90 (plain)
1
2
3
4
5
6
7
8
# frozen_string_literal: true
# typed: strict

warn 'diff/lcs/string: Automatically extending String with Diff::LCS is deprecated'

class String # :nodoc:
  include Diff::LCS
end