Project

General

Profile

« Previous | Next » 

Revision b20e2c3f

Added by jeremyevans (Jeremy Evans) over 4 years ago

Backport io-console 0.5.7 to Ruby 3.0 (#4252)

  • [ruby/io-console] [DOC] Note that IO#getpass returns a chomped string

IO#getpass uses String#chomp! on the read input line.

https://github.com/ruby/io-console/commit/1e98c93bc8

  • [ruby/io-console] Ignore chomp! result and return the modified string

https://github.com/ruby/io-console/commit/09e5ccc729

  • [ruby/io-console] Pre-define chomp! ID

https://github.com/ruby/io-console/commit/028e1c9497

  • [ruby/io-console] Shrink struct query_args

https://github.com/ruby/io-console/commit/720be0a3e5

  • [ruby/io-console] bump up to 0.5.7

https://github.com/ruby/io-console/commit/f55d7ebff6

Co-authored-by: Marcus Stollsteimer
Co-authored-by: Nobuyoshi Nakada