# File lib_core/rucy/priv.rb, line 7 def initialize(non_privilege_user, non_privilege_group, rep=Repository::DEFAULT) @non_privilege_user = non_privilege_user @non_privilege_group = non_privilege_group @rep = rep @Etc = @rep.fetch(:Etc_module) @File = @rep.fetch(:File_class) @Process = @rep.fetch(:Process_module) end