# File lib/action_controller/session/abstract_store.rb, line 13 def initialize(by, env) super() @by = by @env = env @loaded = false end