class ActionDispatch::Request::Session

def keys

Returns keys of the session as Array.
def keys
  load_for_read!
  @delegate.keys
end