Maintenance of Ruby 2.0.0 ended on February 24, 2016. Read more

In Files

  • io/console/console.c

Methods

Class/Module Index [+]

Quicksearch

IO::readable

Public Instance Methods

getch(*args) click to toggle source
 
               static VALUE
io_getch(int argc, VALUE *argv, VALUE io)
{
    return rb_funcall2(io, rb_intern("getc"), argc, argv);
}