The User class encapsulates the information found in /etc/passwd.
Creates and returns a User object, which encapsulates the information typically found within an /etc/passwd entry, i.e. a struct passwd.
If a block is provided, yields the object back to the block.
# File lib/sys/admin/common.rb, line 100 def initialize yield self if block_given? end
Generated with the Darkfish Rdoc Generator 2.
Another comment field.