From b14f420995ade9b9faf91585ff69b12696fb3adb Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 2 Dec 2015 02:40:02 +0000 Subject: csv.rb: fix encoding * lib/csv.rb: encoding must be plased at the first line except for shebang. [fix GH-1116] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52850 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/csv.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/csv.rb b/lib/csv.rb index a723a44430..ac77af7c5f 100644 --- a/lib/csv.rb +++ b/lib/csv.rb @@ -1,5 +1,5 @@ -# frozen_string_literal: true # encoding: US-ASCII +# frozen_string_literal: true # = csv.rb -- CSV Reading and Writing # # Created by James Edward Gray II on 2005-10-31. -- cgit v1.2.3