Module: IO::Readable

Defined in:
ext/rubysl/io/console/console.c

Instance Method Summary collapse

Instance Method Details

#getch(*args) ⇒ Object



724
725
726
727
728
# File 'ext/rubysl/io/console/console.c', line 724

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