[Groonga-commit] ranguba/chupa-text at d72ee38 [master] Remove needless "Configuration" from class name

Back to archive index

Kouhei Sutou null+****@clear*****
Fri Jan 3 18:05:03 JST 2014


Kouhei Sutou	2014-01-03 18:05:03 +0900 (Fri, 03 Jan 2014)

  New Revision: d72ee3873e2cf391143ce82ef999e7806a67b3b9
  https://github.com/ranguba/chupa-text/commit/d72ee3873e2cf391143ce82ef999e7806a67b3b9

  Message:
    Remove needless "Configuration" from class name

  Modified files:
    lib/chupa-text/configuration-loader.rb

  Modified: lib/chupa-text/configuration-loader.rb (+2 -2)
===================================================================
--- lib/chupa-text/configuration-loader.rb    2014-01-03 18:04:49 +0900 (63cedde)
+++ lib/chupa-text/configuration-loader.rb    2014-01-03 18:05:03 +0900 (b45a3f2)
@@ -33,7 +33,7 @@ module ChupaText
     end
 
     def decomposer
-      DecomposerConfigurationLoader.new(@configuration.decomposer)
+      DecomposerLoader.new(@configuration.decomposer)
     end
 
     private
@@ -47,7 +47,7 @@ module ChupaText
       path
     end
 
-    class DecomposerConfigurationLoader
+    class DecomposerLoader
       def initialize(configuration)
         @configuration = configuration
       end
-------------- next part --------------
HTML����������������������������...
Download 



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