method

change_verbatim_blank_lines

ruby latest stable - Class: RDoc::Markup::LineCollection

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v1_9_1_378) is shown here.

change_verbatim_blank_lines()
private

If you have:

normal paragraph text.

   this is code

   and more code

You’ll end up with the fragments Paragraph, BlankLine, Verbatim, BlankLine, Verbatim, BlankLine, etc.

The BlankLine in the middle of the verbatim chunk needs to be changed to a real verbatim newline, and the two verbatim blocks merged