128 129 130 131
# File 'syslog.c', line 128 static VALUE mSyslog_get_mask(VALUE self) { return syslog_opened ? INT2NUM(syslog_mask) : Qnil; }