ruby-changes:40771
From: nobu <ko1@a...>
Date: Wed, 2 Dec 2015 11:40:07 +0900 (JST)
Subject: [ruby-changes:40771] nobu:r52850 (trunk): csv.rb: fix encoding
nobu 2015-12-02 11:40:02 +0900 (Wed, 02 Dec 2015) New Revision: 52850 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=52850 Log: csv.rb: fix encoding * lib/csv.rb: encoding must be plased at the first line except for shebang. [fix GH-1116] Modified files: trunk/lib/csv.rb Index: lib/csv.rb =================================================================== --- lib/csv.rb (revision 52849) +++ lib/csv.rb (revision 52850) @@ -1,5 +1,5 @@ https://github.com/ruby/ruby/blob/trunk/lib/csv.rb#L1 -# 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. -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/