class Greenmat::Render::Base

Public Class Methods

new() click to toggle source
static VALUE rb_greenmat_rbase_init(VALUE self)
{
        rb_greenmat__overload(self, rb_cRenderBase);
        return Qnil;
}