# File lib/dnsruby/resource/GPOS.rb, line 84
      def from_string(string)
        # Convert commas to spaces, then split by spaces:
        from_data(string.gsub(',', ' ').split(' '))
      end