= private = protected
alert(message)
Displays an alert dialog with the given message.
# File actionpack/lib/action_view/helpers/prototype_helper.rb, line 572 def alert(message) call 'alert', message end