Skip to content

Commit

Permalink
Add workaround for ruby/debug/test/console/irb_test failing with Stdi…
Browse files Browse the repository at this point in the history
…oInputMethod (#943)
  • Loading branch information
tompng authored May 2, 2024
1 parent 241e061 commit acf3c18
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/irb/input-method.rb
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ def initialize
#
# See IO#gets for more information.
def gets
puts
print @prompt
line = @stdin.gets
@line[@line_no += 1] = line
Expand Down

0 comments on commit acf3c18

Please sign in to comment.