[ruby/rdoc] aligns may include :center

(https://github.com/ruby/rdoc/pull/1247)

https://github.com/ruby/rdoc/commit/cbbf04d6f8
This commit is contained in:
Soutaro Matsumoto 2024-12-18 05:56:21 +09:00 committed by git
parent 9715131c32
commit 408f536890

View File

@ -254,7 +254,7 @@ class RDoc::Markup::ToRdoc < RDoc::Markup::Formatter
end
aligns = aligns.map do |a|
case a
when nil
when nil, :center
:center
when :left
:ljust