= private = protected
new(first_string, *rest_strings)
This method has no description. You can help the Ruby community by adding new notes.
# File lib/resolv.rb, line 2027 def initialize(first_string, *rest_strings) @strings = [first_string, *rest_strings] end