# File lib/rdoc/attr.rb, line 29 def == other self.class == other.class and self.name == other.name and self.rw == other.rw and self.singleton == other.singleton end