From 6eced6a1fe041db64a06298fb8203fbb5287a8db Mon Sep 17 00:00:00 2001 From: Vipul A M Date: Tue, 3 Feb 2015 12:31:35 +0530 Subject: Removed magic comments # encoding: utf-8 , since its default from ruby 2.0 onwards. --- activesupport/lib/active_support/core_ext/string/multibyte.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'activesupport/lib/active_support') diff --git a/activesupport/lib/active_support/core_ext/string/multibyte.rb b/activesupport/lib/active_support/core_ext/string/multibyte.rb index a124202936..2eedd4fdb1 100644 --- a/activesupport/lib/active_support/core_ext/string/multibyte.rb +++ b/activesupport/lib/active_support/core_ext/string/multibyte.rb @@ -1,4 +1,3 @@ -# encoding: utf-8 require 'active_support/multibyte' class String -- cgit v1.2.3