# File lib/dnsruby/resource/TXT.rb, line 48
      def from_string(input)
        @strings = TXT.parse(input)
      end