[Groonga-commit] droonga/fluent-plugin-droonga at 629e8c2 [master] Reduce destructive code

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Jan 20 18:59:49 JST 2014


Kouhei Sutou	2014-01-20 18:59:49 +0900 (Mon, 20 Jan 2014)

  New Revision: 629e8c2065096e318d8008829605a96ccf198ba0
  https://github.com/droonga/fluent-plugin-droonga/commit/629e8c2065096e318d8008829605a96ccf198ba0

  Message:
    Reduce destructive code

  Modified files:
    test/performance/run-test.rb

  Modified: test/performance/run-test.rb (+1 -1)
===================================================================
--- test/performance/run-test.rb    2014-01-20 18:59:32 +0900 (548fe18)
+++ test/performance/run-test.rb    2014-01-20 18:59:49 +0900 (f445dec)
@@ -19,7 +19,7 @@ require "rbconfig"
 require "fileutils"
 
 def run(*command_line)
-  command_line.collect! do |argument|
+  command_line = command_line.collect do |argument|
     argument.to_s
   end
   return if system(*command_line)
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index