Essence.stream_lines
You're seeing just the function
stream_lines
, go back to Essence module for more information.
Link to this function
stream_lines(filename)
The stream_lines
method reads a plain-text file from a given filename
and returns an UTF-8 encoded stream of lines. This allows us to perform
efficient stream-processing of large text files.