class

Myst::Reader

Inherits Reference / Object

Constructors

new(source : IO)
Source

Instance methods

buffer
Source
buffer=(buffer : IO::Memory)
Source
buffer_value
Source
current_char
Source
current_char=(current_char : Char)
Source
finished?
Source
peek_char
Source
pos=(pos : Int32)
Source
read_char(save_to_buffer = true) : Char
Source
skip_last_char

Remove the last-read character from the buffer, effectively skipping it.

Source
source
Source
source=(source : IO)
Source