Method: Newt::Screen.cls

Defined in:
ext/ruby_newt/ruby_newt.c

.clsObject



212
213
214
215
216
217
# File 'ext/ruby_newt/ruby_newt.c', line 212

static VALUE rb_ext_Screen_Cls()
{
  INIT_GUARD();
  newtCls();
  return Qnil;
}