# File text/format.rb, line 887 887: def paragraphs(to_wrap = nil) 888: to_wrap = @text if to_wrap.nil? 889: __paragraphs([to_wrap].flatten) 890: end