[Groonga-commit] groonga/fluent-plugin-groonga at c1680f5 [master] out: use more rubyish method

Back to archive index

Kentaro Hayashi null+****@clear*****
Mon May 15 12:08:58 JST 2017


Kentaro Hayashi	2017-05-15 12:08:58 +0900 (Mon, 15 May 2017)

  New Revision: c1680f5e9a9122d4d4d23d1733d3c75f248e47a1
  https://github.com/groonga/fluent-plugin-groonga/commit/c1680f5e9a9122d4d4d23d1733d3c75f248e47a1

  Merged 78fd596: Merge pull request #21 from kenhys/use-formatted-to-msgpack-binary-q

  Message:
    out: use more rubyish method
    
    before:
    
      formatted_to_msgpack_binary
    
    after:
    
      formatted_to_msgpack_binary?
    
    See http://www.fluentd.org/blog/fluentd-v0.14.15-has-been-released
    blog entry why this method is introduced.

  Modified files:
    lib/fluent/plugin/out_groonga.rb

  Modified: lib/fluent/plugin/out_groonga.rb (+1 -1)
===================================================================
--- lib/fluent/plugin/out_groonga.rb    2017-05-02 15:03:30 +0900 (160bcf2)
+++ lib/fluent/plugin/out_groonga.rb    2017-05-15 12:08:58 +0900 (ee441cb)
@@ -113,7 +113,7 @@ module Fluent
         [tag, time, record].to_msgpack
       end
 
-      def formatted_to_msgpack_binary
+      def formatted_to_msgpack_binary?
         true
       end
 
-------------- next part --------------
HTML����������������������������...
下載 



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