# File lib/etherpad-lite/models/pad.rb, line 93
    def text=(txt)
      @instance.client.setText(padID: @id, text: txt)
    end