In Files

Parent

Methods

Class/Module Index [+]

Quicksearch

Sys::Group

Attributes

gid[RW]

The group's group ID

members[RW]

An array of users that are members of the group

name[RW]

The name of the group

passwd[RW]

The group password, if any.

Public Class Methods

new click to toggle source
new{ |user| ... }

Creates and returns a Group object, which encapsulates the information typically found within an /etc/group entry, i.e. a struct group.

If a block is provided, yields the object back to the block.

static VALUE group_init(VALUE self){

[Validate]

Generated with the Darkfish Rdoc Generator 2.