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

@ -22,7 +22,7 @@ class RDoc::Markup::ToJoinedParagraph < RDoc::Markup::Formatter
##
# Converts the parts of +paragraph+ to a single entry.
def accept_paragraph paragraph
def accept_paragraph(paragraph)
parts = paragraph.parts.chunk do |part|
String === part
end.flat_map do |string, chunk|