:nodoc:
32 33 34
# File 'lib/rdoc/mixin.rb', line 32 def == other # :nodoc: self.class === other and @name == other.name end