module Haml::Filters::Javascript

def render_with_options(text, options)

Other tags:
    See: Base#render_with_options -
def render_with_options(text, options)
  <<END
t type=#{options[:attr_wrapper]}text/javascript#{options[:attr_wrapper]}>
[CDATA[
text.rstrip.gsub("\n", "\n    ")}
>
pt>
end