# File lib/rdoc/method_attr.rb, line 304
  def type
    singleton ? 'class' : 'instance'
  end