lib/postgis_functions/bbox.rb in nofxx-postgis_adapter-0.2.2 vs lib/postgis_functions/bbox.rb in nofxx-postgis_adapter-0.3.0

- old
+ new

@@ -8,11 +8,11 @@ # # These operators utilize indexes. They compare geometries by bounding boxes. # # You can use the literal forms or call directly using the 'bbox' method. eg.: - # + # # @point.bbox(">>", @area) # @point.bbox("|&>", @area) # # # Cheatsheet: @@ -123,6 +123,6 @@ # bbox literal method. # def same_as? other bbox("=", other) end -end \ No newline at end of file +end