abstract class Config::Cursor
- Config::Cursor
- Reference
- Object
Direct Known Subclasses
Defined in:
config/cursor.crConstructors
Instance Method Summary
- #char : Char
- #char? : Char | Nil
- #char?(*chars : Char) : Bool
- #eof? : Bool
- #has_more?
- #location : Location
- #next : Char
- #next? : Char | Nil
- #peek : Char
- #peek? : Char | Nil
- #peek?(*chars : Char) : Bool