# File lib/action_view/helpers/text_helper.rb, line 78
        def textilize(text)
          text.blank? ? "" : RedCloth.new(text, [ :hard_breaks ]).to_html
        end