# File lib/action_view/helpers/prototype_helper.rb, line 800 def replace(id, *options_for_render) call 'Element.replace', id, render(*options_for_render) end