1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

update doc.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28012 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
akr 2010-05-25 14:26:04 +00:00
parent c3f2d17abe
commit 415be47593

View file

@ -251,6 +251,8 @@ console_raw(VALUE io)
* io.raw!
*
* Enables raw mode.
*
* If the terminal mode needs to be back, use io.raw { ... }.
*/
static VALUE
console_set_raw(VALUE io)