# File lib/etherpad-lite/models/pad.rb, line 120
    def revisions
      revision_numbers.map { |n| Pad.new(@instance, @id, :rev => n) }
    end