method
new
new(first_string, *rest_strings)
public
Hide source
# File lib/resolv.rb, line 2022 def initialize(first_string, *rest_strings) @strings = [first_string, *rest_strings] end