local_javascript_tag

def local_javascript_tag(contents)
  javascript_tag <<-EOS
    (function() {
      #{contents}
     })();
  EOS
end

本体にほしいなぁ。