Method: ReVIEW::RSTBuilder#dd
- Defined in:
- lib/review/rstbuilder.rb
#dd(lines) ⇒ Object
156 157 158 159 160 |
# File 'lib/review/rstbuilder.rb', line 156 def dd(lines) split_paragraph(lines).each do |paragraph| puts " #{paragraph.delete("\n")}" end end |