# File lib/Dnsruby/name.rb, line 145
    def to_s
      # @todo@ Need to think about escaped characters here?
      return @labels.collect{|l| (l.kind_of?String) ? l : l.string}.join('.')
      
    end