keys()
Returns keys of the session as Array.
# File actionpack/lib/action_dispatch/request/session.rb, line 103 def keys @delegate.keys end