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