summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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'