You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ruby/rdoc@4a5206a added a kwarg to
`RDoc::Markup::ToHtmlCrossref#cross_reference` which must be forwarded.
This commit adds a double-splat (`**`) to the `cross_reference` monkey
patch in order to forward that kwarg. It also adds a splat (`*`) in
case more positional args with default values are added in the future.
0 commit comments