= private = protected
<=>(other)
Contexts are sorted by full_name
# File lib/rdoc/context.rb, line 166 def <=>(other) return nil unless RDoc::CodeObject === other full_name <=> other.full_name end