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