From f07a49b67dcc1e2bad21d7c8f476af0df9e52151 Mon Sep 17 00:00:00 2001 From: Austin Ziegler Date: Sun, 27 Jan 2019 00:15:29 -0500 Subject: Applied Rubocop rules that I like - Other linting configuration also applied. - Soft-deprecating versions older than 2.3. --- lib/diff/lcs/string.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/diff/lcs/string.rb') diff --git a/lib/diff/lcs/string.rb b/lib/diff/lcs/string.rb index 8545bcf..9ab32e9 100644 --- a/lib/diff/lcs/string.rb +++ b/lib/diff/lcs/string.rb @@ -1,4 +1,4 @@ -# -*- ruby encoding: utf-8 -*- +# frozen_string_literal: true class String include Diff::LCS -- cgit v1.2.1