class Chitra::MarkupTokens
- Chitra::MarkupTokens
- Reference
- Object
Included Modules
- Iterator({String, String})
Defined in:
elements/markup_tokens.crConstructors
Instance Method Summary
- #close_tags
- #full : String
-
#next
Returns the next element in this iterator, or
Iterator::Stop::INSTANCE
if there are no more elements. - #open_tags
- #parse_word(word)
- #tokenize
Constructor Detail
Instance Method Detail
def next
#
Description copied from module Iterator({String, String})
Returns the next element in this iterator, or Iterator::Stop::INSTANCE
if there
are no more elements.