class GroupedLines

Included Modules

Defined in:

common.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(lines : Iterator(String)) #

[View source]
def self.new(array_of_lines : Array(String)) #

[View source]
def self.new(file_path : String) #

[View source]

Instance Method Detail

def next #
Description copied from module Iterator(Array(String))

Returns the next element in this iterator, or Iterator::Stop::INSTANCE if there are no more elements.


[View source]