# File lib/feedparser/text-output.rb, line 30 def wrap_text(text, wrapto = 72) text.gsub(/(.{1,#{wrapto}})( +|$)\n?/, "\\1\\2\n") end