# File lib/action_controller/metal.rb, line 81
    def initialize(*)
      @_headers = {"Content-Type" => "text/html"}
      @_status = 200
      super
    end