summaryrefslogtreecommitdiff
path: root/lib/rdoc/options.rb
diff options
context:
space:
mode:
authorNobuyoshi Nakada <[email protected]>2024-01-06 19:08:10 +0900
committergit <[email protected]>2024-01-06 10:17:49 +0000
commitf6847e94560a37c95748da79cdf8936b5f1dde10 (patch)
treedb2c886aa813848eaafcdd1e5405b5da1fac42e2 /lib/rdoc/options.rb
parent913b26d0fd7ad5dafe3d613ccd5494dab6771962 (diff)
[ruby/rdoc] Ignore `locale` at `write_options`
`@locale` is set from `@locale_name` and loaded from `@locale_dir` after `write_options`, and `RDoc::I18n::Locale` does not seem to expected to be loaded. https://github.com/ruby/rdoc/commit/fd610f7023
Diffstat (limited to 'lib/rdoc/options.rb')
-rw-r--r--lib/rdoc/options.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/rdoc/options.rb b/lib/rdoc/options.rb
index 6ee29fd071..7518e6cc54 100644
--- a/lib/rdoc/options.rb
+++ b/lib/rdoc/options.rb
@@ -105,6 +105,7 @@ class RDoc::Options
generator_name
generator_options
generators
+ locale
op_dir
page_dir
option_parser