Method: RDoc::Mixin#==

Defined in:
lib/rdoc/mixin.rb

#==(other) ⇒ Object Also known as: eql?

:nodoc:



32
33
34
# File 'lib/rdoc/mixin.rb', line 32

def == other # :nodoc:
  self.class === other and @name == other.name
end