method
new
v2.3.8 -
Show latest stable
- Class:
ActionController::Session::AbstractStore::SessionHash
new(by, env)public
No documentation available.
# File actionpack/lib/action_controller/session/abstract_store.rb, line 13
def initialize(by, env)
super()
@by = by
@env = env
@loaded = false
end