method
readlines
v1_9_3_125 -
Show latest stable
- Class:
Kernel
readlines(*args)public
Returns an array containing the lines returned by calling Kernel.gets(sep) until the end of file.
readlines(*args)Returns an array containing the lines returned by calling Kernel.gets(sep) until the end of file.