Method: ReVIEW::TOPBuilder#dd
- Defined in:
- lib/review/topbuilder.rb
#dd(lines) ⇒ Object
79 80 81 82 83 |
# File 'lib/review/topbuilder.rb', line 79 def dd(lines) split_paragraph(lines).each do |paragraph| puts "\t#{paragraph.delete("\n")}" end end |