Avoid unnecessary arrays
This commit is contained in:
parent
d0de9967b9
commit
cf3cf5216f
11 changed files with 12 additions and 18 deletions
|
@ -2,5 +2,5 @@ xml.instruct!
|
|||
|
||||
xml.osm(OSM::API.new.xml_root_attributes) do |osm|
|
||||
osm << (render(@nodes) || "")
|
||||
osm << (render(@ways) || "")
|
||||
osm << (render(@way) || "")
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue