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