cooked

io.cooked {|io| }
Instance Public methods

Yields self within cooked mode.

STDIN.cooked(&:gets)

will read and return a line with echo back and line editing.

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

doc_ruby_on_rails
2015-04-13 10:44:05
Comments
Leave a Comment

Please login to continue.