# File lib/rdoc/alias.rb, line 86
  def name_prefix
    singleton ? '::' : '#'
  end