method

eql?

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

No documentation available.

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