# File raggle, line 3108 def reflow_string(str) w = dimensions[0] $view_source ? str.reflow(w - 4) : Raggle::HTML::render_html(str, w - 4) end