[Groonga-commit] groonga/groonga-command at 62cb4f5 [master] Remove needless assignment

Back to archive index

YUKI Hiroshi null+****@clear*****
Thu Sep 12 19:12:46 JST 2013


YUKI Hiroshi	2013-09-12 19:12:46 +0900 (Thu, 12 Sep 2013)

  New Revision: 62cb4f527c8ee67dedd527d227de0bd470f256d1
  https://github.com/groonga/groonga-command/commit/62cb4f527c8ee67dedd527d227de0bd470f256d1

  Message:
    Remove needless assignment

  Modified files:
    lib/groonga/command/base.rb

  Modified: lib/groonga/command/base.rb (+1 -1)
===================================================================
--- lib/groonga/command/base.rb    2013-09-12 19:06:49 +0900 (0fd3739)
+++ lib/groonga/command/base.rb    2013-09-12 19:12:46 +0900 (deaedcd)
@@ -119,7 +119,7 @@ module Groonga
 
       def to_hash
         converted_hash = {}
-        names = self.class.parameter_names.each do |parameter|
+        self.class.parameter_names.each do |parameter|
           unless self[parameter].nil?
             converted_hash[parameter] = self[parameter]
           end
-------------- next part --------------
HTML����������������������������...
Download 



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