# File lib/etherpad-lite/models/pad.rb, line 199
    def private=(status)
      self.public = !status
    end