Skip to content

Commit

Permalink
Update IOConsoleCompatible#getch to io/console signature
Browse files Browse the repository at this point in the history
  • Loading branch information
abinoam committed Jan 6, 2023
1 parent aea8747 commit 3896a84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/highline/io_console_compatible.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#

module IOConsoleCompatible
def getch
def getch(min:nil, time:nil, intr: nil)
getc
end

Expand Down

0 comments on commit 3896a84

Please sign in to comment.