From 45ea1b30c7de0ad840f72afb82fd41eb2b9590db 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/array.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/diff/lcs/array.rb') diff --git a/lib/diff/lcs/array.rb b/lib/diff/lcs/array.rb index 1acd8c9..5c250f6 100644 --- a/lib/diff/lcs/array.rb +++ b/lib/diff/lcs/array.rb @@ -1,4 +1,4 @@ -# -*- ruby encoding: utf-8 -*- +# frozen_string_literal: true require 'diff/lcs' -- cgit v1.2.1