[Groonga-commit] droonga/drndump at 3692530 [master] Simplify

Back to archive index

YUKI Hiroshi null+****@clear*****
Tue Apr 14 21:43:57 JST 2015


YUKI Hiroshi	2015-04-14 21:43:57 +0900 (Tue, 14 Apr 2015)

  New Revision: 369253053c7a08ad423370e33beea9acb9d32330
  https://github.com/droonga/drndump/commit/369253053c7a08ad423370e33beea9acb9d32330

  Message:
    Simplify

  Modified files:
    lib/drndump/dumper.rb

  Modified: lib/drndump/dumper.rb (+1 -1)
===================================================================
--- lib/drndump/dumper.rb    2015-04-14 13:17:52 +0900 (c608f66)
+++ lib/drndump/dumper.rb    2015-04-14 21:43:57 +0900 (5ad466b)
@@ -81,7 +81,7 @@ module Drndump
             n_dumpers -= 1
             if n_dumpers <= 0
               client.close
-              @on_finish.call unless @on_finish.nil?
+              @on_finish.call if @on_finish
             end
           end
         end
-------------- next part --------------
HTML����������������������������...
다운로드 



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