TLParser::Iter
Inherits Iterator < Enumerable < Reference < Object
Constants
DEFINITIONS_SEP = ";"
FUNCTIONS_SEP = "---functions---"
TYPES_SEP = "---types---"
Constructors
new(data : String)
SourceInstance methods
comment_stack
Sourcecurrent_category
Sourcenext
Returns the next element in this iterator, or Iterator::Stop::INSTANCE if there
are no more elements.
to_a!
Source