[Groonga-commit] groonga/groonga [master] test: remove ? from method name since return value is not boolean

Back to archive index

null+****@clear***** null+****@clear*****
2012年 5月 18日 (金) 14:10:46 JST


HAYASHI Kentaro	2012-05-18 14:10:46 +0900 (Fri, 18 May 2012)

  New Revision: c1dfdd4d8d7350e5629799dbadf1e5d8470de5fb

  Log:
    test: remove ? from method name since return value is not boolean

  Modified files:
    test/function/tools/geo/generate-grntest-data.rb

  Modified: test/function/tools/geo/generate-grntest-data.rb (+1 -1)
===================================================================
--- test/function/tools/geo/generate-grntest-data.rb    2012-05-18 13:44:29 +0900 (19bb4ed)
+++ test/function/tools/geo/generate-grntest-data.rb    2012-05-18 14:10:46 +0900 (35a36a0)
@@ -116,7 +116,7 @@ class GrnTestData
       south_axis?(@longitude_end_degree, @latitude_end_degree)
   end
 
-  def quadrant_point_with_axis?(quadrant, longitude, latitude)
+  def quadrant_point_with_axis(quadrant, longitude, latitude)
     case quadrant
     when "1st"
       if longitude >= 0 and latitude >= 0




Groonga-commit メーリングリストの案内
Back to archive index