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:
parent
12a2e32d43
commit
867f0c6793
9 changed files with 18 additions and 18 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue