class RDoc::Markup::ListItem
def == other # :nodoc:
def == other # :nodoc: self.class == other.class and @label == other.label and @parts == other.parts end
def == other # :nodoc: self.class == other.class and @label == other.label and @parts == other.parts end