class InputSource
- InputSource
- Reference
- Object
Included Modules
- Iterator(Sudoku::Fill | Sudoku::Highlight | Sudoku::Load | Sudoku::NoOp | Sudoku::Save)
Defined in:
main.crConstructors
Instance Method Summary
-
#next : Sudoku::Command | Iterator::Stop
Returns the next element in this iterator, or
Iterator::Stop::INSTANCE
if there are no more elements.
Constructor Detail
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.