projects
/
rails.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Localisation updates from translatewiki.net (2010-02-21)
[rails.git]
/
lib
/
bounding_box.rb
diff --git
a/lib/bounding_box.rb
b/lib/bounding_box.rb
index d943768ad67e489f1f74199dd8c9b328947a7914..30bbebb8d928ed056f591a5361b56c613363248e 100644
(file)
--- 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