class RDoc::Context

def <=>(other)

def <=>(other)
  full_name <=> other.full_name
end