# File lib/amazon/ecs.rb, line 133 def items unless @items @items = (@doc/"item").collect {|item| Element.new(item)} end @items end