each_list_item()
*library private* (cannot handle ‘break’)
# File lib/net/protocol.rb, line 279 def each_list_item while (str = readuntil("\r\n")) != ".\r\n" yield str.chop end end