# File lib/erbook/rdoc.rb, line 76
    def full_name
      [parent.full_name, name].join(singleton ? '::' : '#')
    end