method

replace

replace(h)
public

No documentation available.

# File actionpack/lib/action_dispatch/middleware/flash.rb, line 141
      def replace(h) #:nodoc:
        @used = Set.new
        @flashes.replace h
        self
      end