noecho

io.noecho {|io| }
Instance Public methods

Yields self with disabling echo back.

1
STDIN.noecho(&:gets)

will read and return a line without echo back.

You must require 'io/console' to use this method.

doc_ruby_on_rails
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.