# File lib/rack/session/abstract/id.rb, line 51 def initialize(by, env) super() @by = by @env = env @loaded = false end