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