Flowdock
method

included

Importance_0
v2_1_10 - Show latest stable - 0 notes - Class: Constants
included(p1) public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
static VALUE mSyslogMacros_included(VALUE mod, VALUE target)
{
    rb_extend_object(target, mSyslogMacros);
    return mod;
}
Register or log in to add new notes.