Returns the concatenated string from strings.
strings
2443 2444 2445
# File 'lib/resolv.rb', line 2443 def data @strings.join("") end