summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-09-13 09:06:34 +0000
committerhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-09-13 09:06:34 +0000
commita8c632972f53c877ae4c1434de1fbe305f5135e9 (patch)
tree394ef1010a78405fcd5bb80a3b89446cde7888ec
parent6336b394ecdfd57c02504dca8813e3fa5b77151a (diff)
Removed needless magic-comment for encodings.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59865 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--lib/rdoc/rdoc.gemspec1
-rw-r--r--lib/rdoc/text.rb1
-rw-r--r--test/rdoc/test_rdoc_markup_pre_process.rb1
-rw-r--r--test/rdoc/test_rdoc_parser_ruby.rb1
-rw-r--r--test/rdoc/test_rdoc_text.rb1
5 files changed, 0 insertions, 5 deletions
diff --git a/lib/rdoc/rdoc.gemspec b/lib/rdoc/rdoc.gemspec
index 3ecc438088..8aadb510e2 100644
--- a/lib/rdoc/rdoc.gemspec
+++ b/lib/rdoc/rdoc.gemspec
@@ -1,4 +1,3 @@
-# -*- coding: utf-8 -*-
begin
require_relative "lib/rdoc"
rescue LoadError
diff --git a/lib/rdoc/text.rb b/lib/rdoc/text.rb
index a38bb921ad..cf708e6bbd 100644
--- a/lib/rdoc/text.rb
+++ b/lib/rdoc/text.rb
@@ -1,4 +1,3 @@
-# coding: utf-8
# frozen_string_literal: false
##
diff --git a/test/rdoc/test_rdoc_markup_pre_process.rb b/test/rdoc/test_rdoc_markup_pre_process.rb
index ceb411c745..be3fdcbef3 100644
--- a/test/rdoc/test_rdoc_markup_pre_process.rb
+++ b/test/rdoc/test_rdoc_markup_pre_process.rb
@@ -1,4 +1,3 @@
-# coding: utf-8
# frozen_string_literal: false
require 'rdoc/test_case'
diff --git a/test/rdoc/test_rdoc_parser_ruby.rb b/test/rdoc/test_rdoc_parser_ruby.rb
index cda407ed51..5a13cad480 100644
--- a/test/rdoc/test_rdoc_parser_ruby.rb
+++ b/test/rdoc/test_rdoc_parser_ruby.rb
@@ -1,4 +1,3 @@
-# coding: utf-8
# frozen_string_literal: false
require 'rdoc/test_case'
diff --git a/test/rdoc/test_rdoc_text.rb b/test/rdoc/test_rdoc_text.rb
index 2eb5ad69c7..7a125854b5 100644
--- a/test/rdoc/test_rdoc_text.rb
+++ b/test/rdoc/test_rdoc_text.rb
@@ -1,4 +1,3 @@
-# coding: utf-8
# frozen_string_literal: false
require 'rdoc/test_case'