# File lib/etherpad-lite/models/session.rb, line 24 def initialize(instance, id, info=nil) @instance = instance @id = id @info = info end