class InputSource

Included Modules

Defined in:

main.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(in_file : IO) #

[View source]

Instance Method Detail

def next : Sudoku::Command | Iterator::Stop #
Description copied from module Iterator(Sudoku::Fill | Sudoku::Highlight | Sudoku::Load | Sudoku::NoOp | Sudoku::Save)

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


[View source]