method

eql?

v1_9_1_378 - Show latest stable - Class: RDoc::RI::NamedThing
eql?(other)
public

No documentation available.

# File lib/rdoc/ri/descriptions.rb, line 24
  def eql?(other)
    @name.eql?(other)
  end