[Groonga-commit] groonga/groonga-query-log at ce833fe [master] Remove needless "*"

Back to archive index

Kouhei Sutou null+****@clear*****
Wed May 7 17:53:26 JST 2014


Kouhei Sutou	2014-05-07 17:53:26 +0900 (Wed, 07 May 2014)

  New Revision: ce833fe0c9a287b976cc002f88ac16e8dc764826
  https://github.com/groonga/groonga-query-log/commit/ce833fe0c9a287b976cc002f88ac16e8dc764826

  Message:
    Remove needless "*"

  Modified files:
    lib/groonga/query-log/command/run-regression-test.rb

  Modified: lib/groonga/query-log/command/run-regression-test.rb (+1 -1)
===================================================================
--- lib/groonga/query-log/command/run-regression-test.rb    2014-05-07 17:39:50 +0900 (8eaf04e)
+++ lib/groonga/query-log/command/run-regression-test.rb    2014-05-07 17:53:26 +0900 (79e44c2)
@@ -44,7 +44,7 @@ module Groonga
         def run(*command_line)
           option_parser = create_option_parser
           begin
-            option_parser.parse!(*command_line)
+            option_parser.parse!(command_line)
           rescue OptionParser::ParseError => error
             $stderr.puts(error.message)
             return false
-------------- next part --------------
HTML����������������������������...
下载 



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