[ruby/io-console] [DOC] IO::console.getpass usage example
There were no clear example of this very useful method's usage anywhere in the IO or IO::Console docs, which was a shame. https://github.com/ruby/io-console/commit/4d324586a8
This commit is contained in:
parent
ad2bad4ab4
commit
43802a088e
@ -1578,6 +1578,12 @@ str_chomp(VALUE str)
|
|||||||
* see String#chomp!.
|
* see String#chomp!.
|
||||||
*
|
*
|
||||||
* You must require 'io/console' to use this method.
|
* You must require 'io/console' to use this method.
|
||||||
|
*
|
||||||
|
* require 'io/console'
|
||||||
|
* IO::console.getpass("Enter password: ")
|
||||||
|
* Enter password:
|
||||||
|
* # => "mypassword"
|
||||||
|
*
|
||||||
*/
|
*/
|
||||||
static VALUE
|
static VALUE
|
||||||
console_getpass(int argc, VALUE *argv, VALUE io)
|
console_getpass(int argc, VALUE *argv, VALUE io)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user