Navigation Menu

Skip to content

Commit

Permalink
Make internal methods private
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Apr 10, 2015
1 parent e7fad61 commit 1c38947
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/droonga/plugin/async_command.rb
Expand Up @@ -63,6 +63,7 @@ def handle(message)
end
end

private
def start(request)
#XXX override me!
# handler = MyAsyncHandler.new(loop, messenger, request)
Expand Down
1 change: 1 addition & 0 deletions lib/droonga/plugins/dump.rb
Expand Up @@ -37,6 +37,7 @@ module Dump
register("dump")

class Handler < AsyncCommand::Handler
private
def start(request)
dumper = Dumper.new(@context, loop, messenger, request)
dumper.start_dump
Expand Down

0 comments on commit 1c38947

Please sign in to comment.