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