class ActionDispatch::Request::Session

def keys

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