module

Athena::Console::Input::Streamable

Inherits Athena::Console::Input::Interface

An extension of ACON::Input::Interface that supports input stream IOs.

Allows customizing where the input data is read from. Defaults to STDIN.

Instance methods

stream

Returns the input stream.

Source
stream=(stream : IO | Nil)

Sets the input stream.

Source