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