# File lib/action_dispatch/routing/mapper.rb, line 504
        def delete(*args, &block)
          map_method(:delete, *args, &block)
        end