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