[Groonga-commit] droonga/droonga-engine at a4cf201 [master] Add missing #close

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Apr 17 16:05:41 JST 2014


Kouhei Sutou	2014-04-17 16:05:41 +0900 (Thu, 17 Apr 2014)

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

  Message:
    Add missing #close

  Modified files:
    lib/droonga/fluent_message_receiver.rb

  Modified: lib/droonga/fluent_message_receiver.rb (+4 -0)
===================================================================
--- lib/droonga/fluent_message_receiver.rb    2014-04-16 19:21:53 +0900 (db14b8a)
+++ lib/droonga/fluent_message_receiver.rb    2014-04-17 16:05:41 +0900 (c2ed506)
@@ -162,6 +162,10 @@ module Droonga
         end
       end
 
+      def close
+        @io.close
+      end
+
       private
       def feed(data)
         @unpacker.feed_each(data) do |object|
-------------- next part --------------
HTML����������������������������...
Download 



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