# File lib/action_view/helpers/raw_output_helper.rb, line 13
      def raw(stringish)
        stringish.to_s.html_safe
      end