8 9 10
# File 'lib/uwdc/struct_map.rb', line 8 def structure nodes.xpath('div').inject([]){|result, div| result << Div.new(div)} end