]> git.openstreetmap.org Git - rails.git/blobdiff - lib/bounding_box.rb
Fix rubocop lint issues
[rails.git] / lib / bounding_box.rb
index 282a6a840288f36305dabb98c74d9b0aa8b398f7..e784342639c50c57056d5fac45dee8f989464345 100644 (file)
@@ -1,8 +1,6 @@
 class BoundingBox
   attr_reader :min_lon, :min_lat, :max_lon, :max_lat
 
-  private
-
   LON_LIMIT = 180.0
   LAT_LIMIT = 90.0
   SCALED_LON_LIMIT = LON_LIMIT *  GeoRecord::SCALE