lib/sprout/process_runner.rb in sprout-1.1.2.pre vs lib/sprout/process_runner.rb in sprout-1.1.3.pre
- old
+ new
@@ -58,10 +58,10 @@
end
end
##
# Execute the provided command using the win32-open3
- # library. This is generally used only only Windows
+ # library. This should only be used on Windows
# systems (even 64 bit).
def execute_win32(*command)
execute_with_block *command do
@pid, @w, @r, @e = io_popen_block *command.join(' ')
end