IO

module IO

Overview

The IO module is the basis for all input and output in Crystal-

This module is included by types like File, Socket and IO::Memory and provide many useful methods for reading to and writing from an IO, like #print, #puts, #gets and #printf.

The only requirement for a ty