= private = protected
<=>(other)
Contexts are sorted by full_name
# File lib/rdoc/context.rb, line 252 def <=>(other) full_name <=> other.full_name end