Method: Shadow::Passwd.endspent

Defined in:
ext/shadow/shadow.c

.endspentObject



41
42
43
44
45
46
# File 'ext/shadow/shadow.c', line 41

static VALUE
rb_shadow_endspent(VALUE self)
{
  endspent();
  return Qnil;
};