# File lib/etherpad-lite/models/author.rb, line 91
    def pads
      pad_ids.map { |id| Pad.new(@instance, id) }
    end