# File lib/kreadwriteconfig.rb, line 60 def read(group,key) if not File.exist?(@rfile) raise "#{@rfile} does not exist." end @cmd = "kreadconfig " worker(group,key) end