[Groonga-commit] droonga/fluent-plugin-droonga at d55261c [master] Fix syntax error: missing do

Back to archive index

YUKI Hiroshi null+****@clear*****
Thu Nov 28 15:33:39 JST 2013


YUKI Hiroshi	2013-11-28 15:33:39 +0900 (Thu, 28 Nov 2013)

  New Revision: d55261cdc312908249c8535c586b8810a1d4f9e0
  https://github.com/droonga/fluent-plugin-droonga/commit/d55261cdc312908249c8535c586b8810a1d4f9e0

  Message:
    Fix syntax error: missing do

  Modified files:
    lib/droonga/plugin/distributor/search.rb

  Modified: lib/droonga/plugin/distributor/search.rb (+1 -1)
===================================================================
--- lib/droonga/plugin/distributor/search.rb    2013-11-28 15:32:40 +0900 (8b01ea7)
+++ lib/droonga/plugin/distributor/search.rb    2013-11-28 15:33:39 +0900 (abfc5ac)
@@ -177,7 +177,7 @@ module Droonga
       if attributes.is_a?(Hash)
         attributes_hash = attributes
         attributes = []
-        attributes_hash.each |key, attribute|
+        attributes_hash.each do |key, attribute|
           attributes << attribute["source"] || key
         end
       else
-------------- next part --------------
HTML����������������������������...
Download 



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