IO::generic_readable

module IO::generic_readable

Public Instance Methods

getch(min: nil, time: nil) → char Show source

See IO#getch.

static VALUE
io_getch(int argc, VALUE *argv, VALUE io)
{
    return rb_funcallv(io, id_getc, argc, argv);
}
getpass(prompt=nil) → string Show sour