# File lib/action_view/helpers/javascript_helper.rb, line 457 def javascript_tag(content) content_tag("script", javascript_cdata_section(content), :type => "text/javascript") end