[Groonga-commit] groonga/groonga at a0a53f5 [master] mrb: make TableCursor enumerable

Back to archive index

Kouhei Sutou null+****@clear*****
Fri Jan 8 15:59:06 JST 2016


Kouhei Sutou	2016-01-08 15:59:06 +0900 (Fri, 08 Jan 2016)

  New Revision: a0a53f5353dd122b91b16924b964474832191a7b
  https://github.com/groonga/groonga/commit/a0a53f5353dd122b91b16924b964474832191a7b

  Message:
    mrb: make TableCursor enumerable

  Modified files:
    lib/mrb/scripts/table_cursor.rb

  Modified: lib/mrb/scripts/table_cursor.rb (+2 -0)
===================================================================
--- lib/mrb/scripts/table_cursor.rb    2016-01-08 11:19:04 +0900 (a36d88d)
+++ lib/mrb/scripts/table_cursor.rb    2016-01-08 15:59:06 +0900 (45949b7)
@@ -1,5 +1,7 @@
 module Groonga
   class TableCursor
+    include Enumerable
+
     class << self
       def open(*arguments)
         cursor = open_raw(*arguments)
-------------- next part --------------
HTML����������������������������...
Download 



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