Object
# File lib/daemons/etc_extension.rb, line 4 4: def groupname(gid) 5: Etc.group {|e| return e.name if gid == e.gid } 6: nil 7: end
# File lib/daemons/etc_extension.rb, line 8 8: def username(uid) 9: Etc.passwd {|e| return e.name if uid == e.uid } 10: nil 11: end
Disabled; run with --debug to generate this.
[Validate]
Generated with the Darkfish Rdoc Generator 1.1.6.