method
included
v2_5_5 -
Show latest stable
- Class:
Syslog::Macros
included(p1)public
No documentation available.
static VALUE mSyslogMacros_included(VALUE mod, VALUE target)
{
rb_extend_object(target, mSyslogMacros);
return mod;
}