# File lib/rdoc/method_attr.rb, line 102
  def <=>(other)
    [@singleton ? 0 : 1, name] <=> [other.singleton ? 0 : 1, other.name]
  end