class Config::StringCursor
Defined in:
config/cursor.crConstructors
Instance Method Summary
Instance methods inherited from class Config::Cursor
char : Char
char,
char? : Char | Nilchar?(*chars : Char) : Bool char?, eof? : Bool eof?, has_more? has_more?, location : Location location, next : Char next, next? : Char | Nil next?, peek : Char peek, peek? : Char | Nil
peek?(*chars : Char) : Bool peek?
Constructor methods inherited from class Config::Cursor
new(string : String)new(io : IO)
new new