diff options
author | Nobuyoshi Nakada <[email protected]> | 2023-08-18 10:14:49 +0900 |
---|---|---|
committer | git <[email protected]> | 2023-08-18 01:15:00 +0000 |
commit | 1107cfd077486daa49f6c0bc62614d656651a5e6 (patch) | |
tree | ad23474d427f07134add501f111c661a20ce8818 | |
parent | 43802a088e204c32564c243d8f99f8980b150279 (diff) |
[ruby/io-console] * remove trailing spaces [ci skip]
https://github.com/ruby/io-console/commit/a0544eb74f
-rw-r--r-- | ext/io/console/console.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/io/console/console.c b/ext/io/console/console.c index 836391f370..37d3b6f6e6 100644 --- a/ext/io/console/console.c +++ b/ext/io/console/console.c @@ -1578,12 +1578,12 @@ str_chomp(VALUE str) * see String#chomp!. * * You must require 'io/console' to use this method. - * + * * require 'io/console' * IO::console.getpass("Enter password: ") - * Enter password: + * Enter password: * # => "mypassword" - * + * */ static VALUE console_getpass(int argc, VALUE *argv, VALUE io) |