# File lib/action_controller/flash.rb, line 132
      def flash #:doc:
        @session['flash'] ||= FlashHash.new
      end