[Groonga-commit] groonga/groonga at d1731ca [master] mrb: make internal methods private

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Jun 11 22:35:58 JST 2014


Kouhei Sutou	2014-06-11 22:35:58 +0900 (Wed, 11 Jun 2014)

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

  Message:
    mrb: make internal methods private

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

  Modified: lib/mrb/scripts/scan_info.rb (+8 -8)
===================================================================
--- lib/mrb/scripts/scan_info.rb    2014-06-11 22:35:35 +0900 (15fe107)
+++ lib/mrb/scripts/scan_info.rb    2014-06-11 22:35:58 +0900 (a1c6a8c)
@@ -33,6 +33,14 @@ module Groonga
       end
     end
 
+    def call_relational_resolve_indexes
+      # better index resolving framework for functions should be implemented
+      each_arg do |arg|
+        call_relational_resolve_index(arg)
+      end
+    end
+
+    private
     def match_resolve_index_expression(expression)
       codes = expression.codes
       n_codes = codes.size
@@ -98,14 +106,6 @@ module Groonga
       end
     end
 
-    def call_relational_resolve_indexes
-      # better index resolving framework for functions should be implemented
-      each_arg do |arg|
-        call_relational_resolve_index(arg)
-      end
-    end
-
-    private
     def call_relational_resolve_index(object)
       case object
       when Accessor
-------------- next part --------------
HTML����������������������������...
Download 



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