Flowdock
get_string_list() public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/resolv.rb, line 1400
        def get_string_list
          strings = []
          while @index < @limit
            strings << self.get_string
          end
          strings
        end
Register or log in to add new notes.