type()
Type of method/attribute (class or instance)
# File lib/rdoc/method_attr.rb, line 291 def type singleton ? 'class' : 'instance' end