# File Text/Format.rb, line 686 def paragraphs(to_wrap = nil) to_wrap = @text if to_wrap.nil? __paragraphs([to_wrap].flatten) end