# File lib/openshift-origin-common/utils/etc_utils.rb, line 29 def getgrnam(group) return nil unless group Etc.getgrnam(group.to_s) end
# File lib/openshift-origin-common/utils/etc_utils.rb, line 20 def getpwnam(user) return nil unless user Etc.getpwnam(user.to_s) end
Generated with the Darkfish Rdoc Generator 2.