Module: IO::readable

Defined in:
console/console.c

Instance Method Summary collapse

Instance Method Details

#getchObject



726
727
728
729
730
# File 'console/console.c', line 726

static VALUE
io_getch(int argc, VALUE *argv, VALUE io)
{
    return rb_funcall2(io, rb_intern("getc"), argc, argv);
}