We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d32458 commit a0544ebCopy full SHA for a0544eb
ext/io/console/console.c
@@ -1578,12 +1578,12 @@ str_chomp(VALUE str)
1578
* see String#chomp!.
1579
*
1580
* You must require 'io/console' to use this method.
1581
- *
+ *
1582
* require 'io/console'
1583
* IO::console.getpass("Enter password: ")
1584
- * Enter password:
+ * Enter password:
1585
* # => "mypassword"
1586
1587
*/
1588
static VALUE
1589
console_getpass(int argc, VALUE *argv, VALUE io)
0 commit comments