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