summaryrefslogtreecommitdiff
path: root/lib/shell
diff options
context:
space:
mode:
-rw-r--r--lib/shell/command-processor.rb4
-rw-r--r--lib/shell/process-controller.rb2
2 files changed, 3 insertions, 3 deletions
@@ -26,7 +26,7 @@ class Shell
#
m = [:initialize, :expand_path]
if Object.methods.first.kind_of?(String)
- NoDelegateMethods = m.collect{|m| m.id2name}
else
NoDelegateMethods = m
end
@@ -124,7 +124,7 @@ class Shell
f = File.open(path, mode, perm)
File.chmod(perm & [email protected], path)
if block_given?
- f.each &b
end
f
else
@@ -62,7 +62,7 @@ class Shell
end
def block_output_synchronize(&b)
- @BlockOutputMonitor.synchronize &b
end
def wait_to_finish_all_process_controllers