[Groonga-commit] ranguba/groonga-client at 0104bbb [master] Use "and"

Back to archive index

Kouhei Sutou null+****@clear*****
Sat Feb 6 22:51:12 JST 2016


Kouhei Sutou	2016-02-06 22:51:12 +0900 (Sat, 06 Feb 2016)

  New Revision: 0104bbb93d1e7e2179d14713a569ebc68b9ddba9
  https://github.com/ranguba/groonga-client/commit/0104bbb93d1e7e2179d14713a569ebc68b9ddba9

  Message:
    Use "and"

  Modified files:
    lib/groonga/client/protocol/http/synchronous.rb

  Modified: lib/groonga/client/protocol/http/synchronous.rb (+1 -1)
===================================================================
--- lib/groonga/client/protocol/http/synchronous.rb    2016-02-06 22:50:18 +0900 (efa2b23)
+++ lib/groonga/client/protocol/http/synchronous.rb    2016-02-06 22:51:12 +0900 (6380c2a)
@@ -125,7 +125,7 @@ module Groonga
           end
 
           def do_authenticate?
-            @options[:user] && @options[:password]
+            @options[:user] and @options[:password]
           end
         end
       end
-------------- next part --------------
HTML����������������������������...
Download 



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