Resolv::DNS::Resource
Unstructured text resource.
Returns an Array of Strings for this TXT record.
# File resolv.rb, line 1870 def initialize(first_string, *rest_strings) @strings = [first_string, *rest_strings] end
Returns the first string from strings.
# File resolv.rb, line 1882 def data @strings[0] end
This page was generated for Ruby 1.9.2
Ruby-doc.org is a service of James Britt and Neurogami, an application development company in Scottsdale, AZ.
Generated with the Rubydoc Rdoc Generator 0.9.3.