# File lib/etherpad-lite/models/pad.rb, line 161
    def authors
      author_ids.map { |id| Author.new(@instance, id) }
    end