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