pretty_old_name()
Old name with prefix ‘::’ or ‘#’.
# File lib/rdoc/alias.rb, line 94 def pretty_old_name "#{singleton ? '::' : '#'}#{@old_name}" end