Class: Greenmat::Render::Base

Inherits:
Object
  • Object
show all
Defined in:
ext/greenmat/gm_render.c

Direct Known Subclasses

HTML, HTML_TOC, ManPage, StripDown

Instance Method Summary collapse

Constructor Details

#initializeObject



428
429
430
431
432
# File 'ext/greenmat/gm_render.c', line 428

static VALUE rb_greenmat_rbase_init(VALUE self)
{
	rb_greenmat__overload(self, rb_cRenderBase);
	return Qnil;
}