# File lib/action_controller/request.rb, line 41
    def head?
      method == :head
    end