summaryrefslogtreecommitdiff
path: root/lib/highline/io_console_compatible.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/highline/io_console_compatible.rb')
-rw-r--r--lib/highline/io_console_compatible.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/highline/io_console_compatible.rb b/lib/highline/io_console_compatible.rb
index 7ff06f5..7fa388c 100644
--- a/lib/highline/io_console_compatible.rb
+++ b/lib/highline/io_console_compatible.rb
@@ -13,7 +13,7 @@ require "tempfile"
#
module IOConsoleCompatible
- def getch
+ def getch(min:nil, time:nil, intr: nil)
getc
end