# File lib/rdoc/constant.rb, line 46 def == other self.class == other.class and @parent == other.parent and @name == other.name end