# File lib/etherpad-lite/models/session.rb, line 46
    def author
      @author ||= Author.new @instance, author_id
    end