1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[ruby/rdoc] Prefer require_relative

This commit is contained in:
Marc-Andre Lafortune 2018-10-05 16:41:57 -04:00
parent 12a2e32d43
commit 867f0c6793
9 changed files with 18 additions and 18 deletions

View file

@ -91,8 +91,8 @@ class RDoc::Generator::POT
extractor.extract
end
require 'rdoc/generator/pot/message_extractor'
require 'rdoc/generator/pot/po'
require 'rdoc/generator/pot/po_entry'
require_relative 'pot/message_extractor'
require_relative 'pot/po'
require_relative 'pot/po_entry'
end