[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:
parent
9715131c32
commit
408f536890
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user