[Groonga-commit] groonga/groonga-command-parser at f1d4994 [master] Fix variable name

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Oct 25 17:37:07 JST 2017


Kouhei Sutou	2017-10-25 17:37:07 +0900 (Wed, 25 Oct 2017)

  New Revision: f1d4994b8f7a607020c87a1deb5c027964e71429
  https://github.com/groonga/groonga-command-parser/commit/f1d4994b8f7a607020c87a1deb5c027964e71429

  Message:
    Fix variable name

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

  Modified: lib/groonga/command/parser.rb (+3 -5)
===================================================================
--- lib/groonga/command/parser.rb    2017-02-16 13:26:25 +0900 (894f028)
+++ lib/groonga/command/parser.rb    2017-10-25 17:37:07 +0900 (36f24d8)
@@ -1,6 +1,4 @@
-# -*- coding: utf-8 -*-
-#
-# Copyright (C) 2011-2015  Kouhei Sutou <kou �� clear-code.com>
+# Copyright (C) 2011-2017  Kouhei Sutou <kou �� clear-code.com>
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
@@ -59,8 +57,8 @@ module Groonga
           parser.on_load_start do |command|
             yield(:on_load_start, command)
           end
-          parser.on_load_columns do |command, header|
-            yield(:on_load_columns, command, header)
+          parser.on_load_columns do |command, columns|
+            yield(:on_load_columns, command, columns)
           end
           parser.on_load_value do |command, value|
             yield(:on_load_value, command, value)
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20171025/3a6f69b0/attachment-0001.htm 



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