[Groonga-commit] groonga/grntest [master] Remove a need less reader

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Nov 19 15:41:22 JST 2012


Kouhei Sutou	2012-11-19 15:41:22 +0900 (Mon, 19 Nov 2012)

  New Revision: 40cfa948c7c8e8fc88cead581ad372f9ef4c89b1
  https://github.com/groonga/grntest/commit/40cfa948c7c8e8fc88cead581ad372f9ef4c89b1

  Log:
    Remove a need less reader
    
    The reader is already defined by attr_accessor :on_error.

  Modified files:
    lib/grntest/tester.rb

  Modified: lib/grntest/tester.rb (+0 -4)
===================================================================
--- lib/grntest/tester.rb    2012-11-19 15:32:20 +0900 (1a07145)
+++ lib/grntest/tester.rb    2012-11-19 15:41:22 +0900 (ff42c10)
@@ -1181,10 +1181,6 @@ EOF
         def relative_db_path
           @db_path.relative_path_from(@temporary_directory_path)
         end
-
-        def on_error
-          @on_error
-        end
       end
 
       attr_reader :context
-------------- next part --------------
HTML����������������������������...
下载 



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