[Groonga-commit] groonga/grntest at ec6389b [master] Fix wrong definition context

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Aug 12 12:19:48 JST 2013


Kouhei Sutou	2013-08-12 12:19:48 +0900 (Mon, 12 Aug 2013)

  New Revision: ec6389bbb24d825e197f07c7d32ed207da343480
  https://github.com/groonga/grntest/commit/ec6389bbb24d825e197f07c7d32ed207da343480

  Message:
    Fix wrong definition context

  Modified files:
    lib/grntest/reporters.rb

  Modified: lib/grntest/reporters.rb (+2 -0)
===================================================================
--- lib/grntest/reporters.rb    2013-08-12 12:18:41 +0900 (03a5742)
+++ lib/grntest/reporters.rb    2013-08-12 12:19:48 +0900 (c57130f)
@@ -21,6 +21,7 @@ require "grntest/reporters/inplace-reporter"
 
 module Grntest
   module Reporters
+    class << self
     def create_repoter(tester)
       case tester.reporter
       when :mark
@@ -31,5 +32,6 @@ module Grntest
         Reporters::InplaceReporter.new(tester)
       end
     end
+    end
   end
 end
-------------- next part --------------
HTML����������������������������...
Download 



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