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