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