Top Level Namespace
Defined in:
Method Summary
- multi_gets(io, scanner) : Tuple(Int32, String) | Nil
- 
        prepare_multi_gets(delimiters)
        
          reads io until one of the delimiters found returns nil if none of the delimiters found otherwise returns tuple consisting of delimiter index and substring 
Method Detail
        
        def prepare_multi_gets(delimiters)
        #
      
      
        reads io until one of the delimiters found returns nil if none of the delimiters found otherwise returns tuple consisting of delimiter index and substring