# File lib/action_view/helpers/prototype_helper.rb, line 551
          def remove(*ids)
            record "#{javascript_object_for(ids)}.each(Element.remove)"
          end