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