X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/c8bf26711c935aa14af1cfd72d8badc39b130f85..843d601b0a4df3e0cb81fdedc8e7f7e55379e0e0:/lib/bounding_box.rb diff --git a/lib/bounding_box.rb b/lib/bounding_box.rb index d943768ad..30bbebb8d 100644 --- a/lib/bounding_box.rb +++ b/lib/bounding_box.rb @@ -4,7 +4,7 @@ class BoundingBox end def self.from_s(s) - BoundingBox.new(s.split(/,/)) + BoundingBox.new(*s.split(/,/)) end def min_lon