Object
The Group class encapsulates information found in /etc/group.
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.
# File lib/sys/admin/common.rb, line 135 def initialize yield self if block_given? end
Generated with the Darkfish Rdoc Generator 2.