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