[Groonga-commit] droonga/fluent-plugin-droonga at f1f104c [master] Converter shuold have "convert" as the entry point instead of "parse"

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Sep 11 19:07:30 JST 2013


Kouhei Sutou	2013-09-11 19:07:30 +0900 (Wed, 11 Sep 2013)

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

  Message:
    Converter shuold have "convert" as the entry point instead of "parse"
    
    Because it is not "parser".

  Modified files:
    lib/groonga_command_converter.rb

  Modified: lib/groonga_command_converter.rb (+1 -1)
===================================================================
--- lib/groonga_command_converter.rb    2013-09-11 19:06:34 +0900 (6ba091f)
+++ lib/groonga_command_converter.rb    2013-09-11 19:07:30 +0900 (b1b9eb7)
@@ -24,7 +24,7 @@ module Droonga
     def initialize
     end
 
-    def parse(input, &block)
+    def convert(input, &block)
       command = Groonga::Command::Parser.parse(input)
       case command.name
       when "table_create"
-------------- next part --------------
HTML����������������������������...
下载 



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