[Groonga-commit] droonga/droonga-engine at 1c38947 [master] Make internal methods private

Back to archive index

YUKI Hiroshi null+****@clear*****
Fri Apr 10 16:44:30 JST 2015


YUKI Hiroshi	2015-04-10 16:44:30 +0900 (Fri, 10 Apr 2015)

  New Revision: 1c3894721845342ddc1fb2f731a9097f00a01e82
  https://github.com/droonga/droonga-engine/commit/1c3894721845342ddc1fb2f731a9097f00a01e82

  Message:
    Make internal methods private

  Modified files:
    lib/droonga/plugin/async_command.rb
    lib/droonga/plugins/dump.rb

  Modified: lib/droonga/plugin/async_command.rb (+1 -0)
===================================================================
--- lib/droonga/plugin/async_command.rb    2015-04-10 16:40:17 +0900 (6c9e6d4)
+++ lib/droonga/plugin/async_command.rb    2015-04-10 16:44:30 +0900 (f31ae34)
@@ -63,6 +63,7 @@ module Droonga
           end
         end
 
+        private
         def start(request)
           #XXX override me!
           # handler = MyAsyncHandler.new(loop, messenger, request)

  Modified: lib/droonga/plugins/dump.rb (+1 -0)
===================================================================
--- lib/droonga/plugins/dump.rb    2015-04-10 16:40:17 +0900 (8985ec6)
+++ lib/droonga/plugins/dump.rb    2015-04-10 16:44:30 +0900 (48c7b67)
@@ -37,6 +37,7 @@ module Droonga
       register("dump")
 
       class Handler < AsyncCommand::Handler
+        private
         def start(request)
           dumper = Dumper.new(@context, loop, messenger, request)
           dumper.start_dump
-------------- next part --------------
HTML����������������������������...
Download 



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