[Groonga-commit] droonga/droonga-engine at 7fb9c53 [master] Stop to use "unless ... else ..."

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Apr 15 10:05:59 JST 2015


Kouhei Sutou	2015-04-15 10:05:59 +0900 (Wed, 15 Apr 2015)

  New Revision: 7fb9c53a5dd32b2b37dd30cc7759e53f8ca2cfa8
  https://github.com/droonga/droonga-engine/commit/7fb9c53a5dd32b2b37dd30cc7759e53f8ca2cfa8

  Message:
    Stop to use "unless ... else ..."
    
    It confuses us.

  Modified files:
    lib/droonga/single_step_definition.rb

  Modified: lib/droonga/single_step_definition.rb (+1 -1)
===================================================================
--- lib/droonga/single_step_definition.rb    2015-04-14 23:43:54 +0900 (a0a88e0)
+++ lib/droonga/single_step_definition.rb    2015-04-15 10:05:59 +0900 (ce686a1)
@@ -48,7 +48,7 @@ module Droonga
     end
 
     def random?
-      unles****@rando*****?
+      if @random
         @random
       else
         not write?
-------------- next part --------------
HTML����������������������������...
Descargar 



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