153 154 155
# File 'app/models/wiki.rb', line 153 def ==(other) other.is_a?(self.class) && container == other.container end