X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/c8bf26711c935aa14af1cfd72d8badc39b130f85..d63f6058934b26043a32b70d42bd3ce59b975efa:/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