Resolv::DNS::Resource
Unstructured text resource.
Returns an Array of Strings for this TXT record.
# File resolv.rb, line 1956 def initialize(first_string, *rest_strings) @strings = [first_string, *rest_strings] end
Returns the first string from strings.
strings
# File resolv.rb, line 1968 def data @strings[0] end
This page was generated for Ruby 2.1.0
Ruby-doc.org is provided by James Britt and Neurogami. Hack your world. Feed your head. Live curious.
Generated with Ruby-doc Rdoc Generator 0.33.0.