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