Sync RDoc 6.14.0

This commit is contained in:
Stan Lo 2025-05-22 22:49:04 +01:00 committed by Takashi Kokubun
parent ca1ea95784
commit 03eb777c69
185 changed files with 2008 additions and 1655 deletions

View file

@ -65,7 +65,7 @@ class RDoc::Generator::POT
##
# Set up a new .pot generator
def initialize store, options #:not-new:
def initialize(store, options) #:not-new:
@options = options
@store = store
end
@ -81,11 +81,6 @@ class RDoc::Generator::POT
end
end
# :nodoc:
def class_dir
nil
end
private
def extract_messages
extractor = MessageExtractor.new(@store)