[Groonga-commit] droonga/droonga-client-ruby at 4f58bd9 [master] Rename method to match the class name

Back to archive index

YUKI Hiroshi null+****@clear*****
Thu Jan 15 15:18:13 JST 2015


YUKI Hiroshi	2015-01-15 15:18:13 +0900 (Thu, 15 Jan 2015)

  New Revision: 4f58bd90a5fbceafa7bc123aa35b243d1ec7aadf
  https://github.com/droonga/droonga-client-ruby/commit/4f58bd90a5fbceafa7bc123aa35b243d1ec7aadf

  Message:
    Rename method to match the class name

  Modified files:
    lib/droonga/client/message_completer.rb

  Modified: lib/droonga/client/message_completer.rb (+1 -1)
===================================================================
--- lib/droonga/client/message_completer.rb    2015-01-15 15:13:28 +0900 (407b6c3)
+++ lib/droonga/client/message_completer.rb    2015-01-15 15:18:13 +0900 (227bd2a)
@@ -25,7 +25,7 @@ module Droonga
         @date ||= @options["date"]
       end
 
-      def perfect(message)
+      def complete(message)
         id   = message["id"] || generate_id
         date = message["date"] || @date || new_date
         message.merge("id" => id, "date" => date)
-------------- next part --------------
HTML����������������������������...
Download 



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