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



404
405
406
407
408
# File 'ext/greenmat/gm_render.c', line 404

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