# File lib/action_dispatch/middleware/flash.rb, line 83 def initialize_copy(other) if other.now_is_loaded? @now = other.now.dup @now.flash = self end super end