lib/global_session/directory.rb in global_session-1.1.0 vs lib/global_session/directory.rb in global_session-2.0.0
- old
+ new
@@ -93,10 +93,9 @@
# be used by the app.
#
# === Parameters
# directory(Directory):: directory implementation that the session should use for various operations
# cookie(String):: Optional, serialized global session cookie. If none is supplied, a new session is created.
- # valid_signature_digest(String):: Optional, already-trusted signature. If supplied, the expensive RSA-verify operation will be skipped if the cookie's signature matches the value supplied.
#
# === Return
# session(Session):: the newly-initialized session
#
# ===Raise
\ No newline at end of file