module IOConsoleCompatible
On tests, we try to simulate input output with StringIO
, Tempfile
and File
objects.
For this to be accomplished, we have to do some tweaking so that they respond adequately to the called methods during tests.
Attributes
Public Instance Methods
Source
# File lib/highline/io_console_compatible.rb, line 16 def getch(min:nil, time:nil, intr: nil) getc end