GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Rubygem
Description: Merb Core: All you need. None you don't.
Homepage: http://www.merbivore.com
Clone URL: git://github.com/wycats/merb-core.git
Tiny documentation fix
fabien (author)
Sat Sep 06 02:22:09 -0700 2008
commit  3efff2702e2ed9008a2cb4691c2389f45e7191f5
tree    9e0614dfd31b753b2185148400480c891390e7ba
parent  f5681c45eccdbbb44c225e1f0703f68b89440f23
...
53
54
55
56
 
57
58
59
...
53
54
55
 
56
57
58
59
0
@@ -53,7 +53,7 @@ module Merb
0
     # session_store<String>:: The type of session store to access.
0
     #
0
     # ==== Returns
0
- # Hash:: The session that was extracted from the request object.
0
+ # SessionContainer:: The session that was extracted from the request object.
0
     def session(session_store = nil) request.session(session_store) end
0
     
0
     # Module methods

Comments

    No one has commented yet.