name_prefix()
‘::’ for a class method/attribute, ‘#’ for an instance method.
# File lib/rdoc/method_attr.rb, line 319 def name_prefix @singleton ? '::' : '#' end