name_prefix()
‘::’ for the alias of a singleton method/attribute, ‘#’ for instance-level.
# File lib/rdoc/alias.rb, line 87 def name_prefix singleton ? '::' : '#' end