module ActionDispatch::Flash::RequestMethods

def flash_hash # :nodoc:

:nodoc:
def flash_hash # :nodoc:
  get_header Flash::KEY
end