[Groonga-commit] droonga/droonga-engine at f9bb8cf [master] Params shuold not be omitted

Back to archive index

YUKI Hiroshi null+****@clear*****
Thu Apr 30 11:50:50 JST 2015


YUKI Hiroshi	2015-04-30 11:50:50 +0900 (Thu, 30 Apr 2015)

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

  Message:
    Params shuold not be omitted

  Modified files:
    lib/droonga/engine_node.rb

  Modified: lib/droonga/engine_node.rb (+1 -1)
===================================================================
--- lib/droonga/engine_node.rb    2015-04-30 11:42:36 +0900 (cc9e02e)
+++ lib/droonga/engine_node.rb    2015-04-30 11:50:50 +0900 (4d7ac40)
@@ -30,7 +30,7 @@ module Droonga
 
     attr_reader :name
 
-    def initialize(params={})
+    def initialize(params)
       @loop  = params[:loop]
       @name  = params[:name]
       @state = params[:state]
-------------- next part --------------
HTML����������������������������...
Download 



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