# File lib/etherpad-lite/models/pad.rb, line 193
    def private?
      not self.public?
    end