# File text/format.rb, line 882 882: def paragraphs(to_wrap = nil) 883: to_wrap = @text if to_wrap.nil? 884: __paragraphs([to_wrap].flatten) 885: end