aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/multibyte/unicode.rb
diff options
context:
space:
mode:
authorAkira Matsuda <ronnie@dio.jp>2015-09-18 17:05:05 +0900
committerAkira Matsuda <ronnie@dio.jp>2015-09-18 17:05:05 +0900
commitdcecbb4234e5b0e4751b57ce49c7afbf0775f937 (patch)
tree77b54737613b5182ba2694f2877e3f9da9b66333 /activesupport/lib/active_support/multibyte/unicode.rb
parentda737ba7b9d2e0411043b5fb5c03063abc5341a8 (diff)
downloadrails-dcecbb4234e5b0e4751b57ce49c7afbf0775f937.tar.gz
rails-dcecbb4234e5b0e4751b57ce49c7afbf0775f937.tar.bz2
rails-dcecbb4234e5b0e4751b57ce49c7afbf0775f937.zip
File encoding is defaulted to utf-8 in Ruby >= 2.1
Diffstat (limited to 'activesupport/lib/active_support/multibyte/unicode.rb')
-rw-r--r--activesupport/lib/active_support/multibyte/unicode.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/multibyte/unicode.rb b/activesupport/lib/active_support/multibyte/unicode.rb
index 3f6a4c8457..5221a6dfb8 100644
--- a/activesupport/lib/active_support/multibyte/unicode.rb
+++ b/activesupport/lib/active_support/multibyte/unicode.rb
@@ -1,4 +1,3 @@
-# encoding: utf-8
module ActiveSupport
module Multibyte
module Unicode