[Groonga-commit] droonga/fluent-plugin-droonga at 9b5f42c [master] Separate code blocks with blank lines

Back to archive index

YUKI Hiroshi null+****@clear*****
Fri Sep 27 16:41:55 JST 2013


YUKI Hiroshi	2013-09-27 16:41:55 +0900 (Fri, 27 Sep 2013)

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

  Message:
    Separate code blocks with blank lines

  Modified files:
    lib/droonga/handler.rb

  Modified: lib/droonga/handler.rb (+4 -0)
===================================================================
--- lib/droonga/handler.rb    2013-09-26 18:00:53 +0900 (1df4a10)
+++ lib/droonga/handler.rb    2013-09-27 16:41:55 +0900 (343cf3f)
@@ -100,10 +100,13 @@ module Droonga
 
     def try_handle_as_internal_message(command, request, arguments)
       return false unless request.is_a? Hash
+
       @task = request["task"]
       return false unles****@task*****_a? Hash
+
       @component = @task["component"]
       return false unles****@compo*****_a? Hash
+
       @output_values = @task["values"]
       @body = @component["body"]
       @output_names = @component["outputs"]
@@ -111,6 +114,7 @@ module Droonga
       @value = request["value"]
       @input_name = request["name"]
       @descendants = request["descendants"]
+
       invoke(command, @body, *arguments)
       output if @descendants
       true
-------------- next part --------------
HTML����������������������������...
Download 



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