class

Obelisk::PlainTextIterator

Inherits Iterator < Enumerable < Reference < Object

Iterator for plain text lexer

Constructors

new(text : String)
Source

Instance methods

next

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

Source