Method: Pgplot.pgebuf

Defined in:
ext/rb_pgplot.c

.pgebufObject



1224
1225
1226
1227
1228
1229
1230
# File 'ext/rb_pgplot.c', line 1224

static VALUE
  rb_pgplot_pgebuf(VALUE obj)
{
  
  cpgebuf();
  return Qtrue;
}