Object
# File lib/rbatch/cmd.rb, line 106 106: def cmd_str ; @cmd_str ; end
# File lib/rbatch/cmd.rb, line 110 110: def stderr 111: File.read(@stderr_file) 112: end
# File lib/rbatch/cmd.rb, line 104 104: def stderr_file ; @stderr_file ; end
# File lib/rbatch/cmd.rb, line 107 107: def stdout 108: File.read(@stdout_file) 109: end
# File lib/rbatch/cmd.rb, line 103 103: def stdout_file ; @stdout_file ; end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.