class ActionDispatch::Request::Session

def each(&block)

def each(&block)
  to_hash.each(&block)
end