method

update

update(h)
public

No documentation available.

# File actionpack/lib/action_dispatch/middleware/flash.rb, line 80
      def update(h) #:nodoc:
        h.keys.each { |k| keep(k) }
        super
      end