= private = protected
<=>(other)
allow us to sort modules by name
# File lib/rdoc/code_objects.rb, line 370 def <=>(other) name <=> other.name end