# File lib/yard/templates/helpers/text_helper.rb, line 22 def wrap(text, col = 72) text.gsub(/(.{1,#{col}})( +|$\n?)|(.{1,#{col}})/, "\\1\\3\n") end