class

TLParser::Iter

Inherits Iterator < Enumerable < Reference < Object

Constants

DEFINITIONS_SEP = ";"
FUNCTIONS_SEP = "---functions---"
TYPES_SEP = "---types---"

Constructors

new(data : String)
Source

Instance methods

comment_stack
Source
current_category
Source
next

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

Source
to_a!
Source