method

update

rails latest stable - Class: ActionDispatch::Flash::FlashHash
update(h)
public

No documentation available.

# File actionpack/lib/action_dispatch/middleware/flash.rb, line 166
      def update(h) # :nodoc:
        @discard.subtract stringify_array(h.keys)
        @flashes.update h.stringify_keys
        self
      end