[Groonga-commit] groonga/rabbit-theme-groonga at 9b38efa [master] Use takahashi singleton method

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Nov 21 22:11:05 JST 2013


Kouhei Sutou	2013-11-21 22:11:05 +0900 (Thu, 21 Nov 2013)

  New Revision: 9b38efa9e25885c6487f6328bc46801390db6182
  https://github.com/groonga/rabbit-theme-groonga/commit/9b38efa9e25885c6487f6328bc46801390db6182

  Message:
    Use takahashi singleton method

  Modified files:
    theme.rb

  Modified: theme.rb (+6 -3)
===================================================================
--- theme.rb    2013-11-21 22:06:18 +0900 (ff93fa7)
+++ theme.rb    2013-11-21 22:11:05 +0900 (303ec6d)
@@ -181,13 +181,16 @@ match(Slide, Body) do |bodies|
   end
 end
 
-slide_body = [Slide, Body]
-item_list_item = [ItemList, ItemListItem]
-
 @lightning_talk_proc_name = "lightning-groonga"
 @lightning_talk_as_large_as_possible = true
 include_theme("lightning-talk-toolkit")
 
+match(Slide) do |slides|
+  slides.each do |slide|
+    slide.takahashi
+  end
+end
+
 include_theme("title-on-image-toolkit")
 
 if slide_show_mode_p
-------------- next part --------------
HTML����������������������������...
Download 



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