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