107 108 109
# File 'lib/minidoc.rb', line 107 def ==(other) other.is_a?(self.class) && self.id && self.id == other.id end