# File lib/Dnsruby/resource/TXT.rb, line 39 def from_hash(hash) if (hash.has_key?:strings) from_string(hash[:strings]) end end