module Athena::Console::Input::Streamable
#
An extension of ACON::Input::Interface
that supports input stream IOs.
Allows customizing where the input data is read from.
Defaults to STDIN
.
Included modules
Athena::Console::Input::Interface
Direct including types
Athena::Console::Input
Methods#
abstract #stream : IO | ::Nil
#
Returns the input stream.
abstract #stream=(stream : IO | Nil)
#
Sets the input stream.