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