# File lib/rdoc/method_attr.rb, line 277
  def name_prefix
    @singleton ? '::' : '#'
  end