class Config::StringCursor

Defined in:

config/cursor.cr

Constructors

Instance Method Summary

Instance methods inherited from class Config::Cursor

char : Char char, char? : Char?
char?(*chars : Char) : Bool
char?
, eof? : Bool eof?, has_more? has_more?, location : Location location, next : Char next, next? : Char? next?, peek : Char peek, peek? : Char?
peek?(*chars : Char) : Bool
peek?

Constructor methods inherited from class Config::Cursor

new(string : String)
new(io : IO)
new
new

Instance methods inherited from class Object

===(other : Config::Any) ===

Constructor Detail

def self.new(string : String) #

[View source]

Instance Method Detail

def char? : Char? #

[View source]
def next? : Char? #

[View source]
def peek? : Char? #

[View source]