Writes raw JavaScript to the page.
Example:
page << "alert('JavaScript with Prototype.');"
# File action_view/helpers/prototype_helper.rb, line 889 def <<(javascript) @lines << javascript end
<code/>
<pre/>
<code/>and<pre/>for code samples.