262 263 264 265 266 267 268
# File 'actionpack/lib/action_controller/metal/mime_responds.rb', line 262 def any(*args, &block) if args.any? args.each { |type| send(type, &block) } else custom(Mime::ALL, &block) end end