null+****@clear*****
null+****@clear*****
2012年 6月 6日 (水) 15:01:36 JST
Haruka Yoshihara 2012-06-06 15:01:36 +0900 (Wed, 06 Jun 2012)
New Revision: 38243131eeafe6aeab814871175ebff00e3cb8fb
Log:
Remove "if" clouse which the expression doesn't get true
Modified files:
lib/groonga/tester.rb
Modified: lib/groonga/tester.rb (+0 -1)
===================================================================
--- lib/groonga/tester.rb 2012-06-06 14:49:07 +0900 (d9cd2c6)
+++ lib/groonga/tester.rb 2012-06-06 15:01:36 +0900 (8517b3d)
@@ -644,7 +644,6 @@ module Groonga
last_parameter = ""
arguments.each_with_index do |argument, count|
- next if argument.empty?
if argument =~ /\A--/
last_parameter = argument.sub(/\A--/, "")
next