class FileOfPassports
- FileOfPassports
- Reference
- Object
Included Modules
- Iterator(Hash(String, String))
Defined in:
day_04/solution.crConstructors
Instance Method Summary
-
#next
Returns the next element in this iterator, or
Iterator::Stop::INSTANCE
if there are no more elements.
Constructor Detail
Instance Method Detail
def next
#
Description copied from module Iterator(Hash(String, String))
Returns the next element in this iterator, or Iterator::Stop::INSTANCE
if there
are no more elements.