# File lib/action_dispatch/middleware/flash.rb, line 6 def flash @env[Flash::KEY] ||= (session["flash"] || Flash::FlashHash.new) end