Writes raw JavaScript to the page.
Example:
page << "alert('JavaScript with Prototype.');"
# File /Users/nshb/svn/svn.inimit.com/railsmanual.com/www/trunk/src/rails-2.0.1/actionpack/lib/action_view/helpers/prototype_helper.rb, line 889 def <<(javascript) @lines << javascript end
Writes raw JavaScript to the page.
Example:
page << "alert('JavaScript with Prototype.');"