# File lib/etherpad-lite/models/pad.rb, line 109
    def html=(html)
      @instance.client.setHTML(padID: @id, html: html)
    end