class RDoc::Alias

def pretty_new_name

def pretty_new_name
  "#{singleton ? '::' : '#'}#{@new_name}"
end