# File lib/haml/filters.rb, line 203
      def render_with_options(text, options)
        "<script type=\#{options[:attr_wrapper]}text/javascript\#{options[:attr_wrapper]}>\n  //<![CDATA[\n    \#{text.rstrip.gsub(\"\\n\", \"\\n    \")}\n  //]]>\n</script>\n"
      end