method
get_string_list
get_string_list()
public
Hide source
# File lib/resolv.rb, line 1494 def get_string_list strings = [] while @index < @limit strings << self.get_string end strings end