Top Level Namespace

Defined in:

Method Summary

Method Detail

def multi_gets(io, scanner) : Tuple(Int32, String) | Nil #

[View source]
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


[View source]