annotate .svn/pristine/8b/8b4f5e74a10f8a0926d8a97404f0df2441b42b2c.svn-base @ 1475:23412bce0576 bug_522

Close obsolete branch bug_522
author Chris Cannam
date Sat, 27 Oct 2012 17:18:52 +0100
parents cbb26bc654de
children
rev   line source
Chris@909 1 api.array :trackers do
Chris@909 2 @trackers.each do |tracker|
Chris@909 3 api.tracker do
Chris@909 4 api.id tracker.id
Chris@909 5 api.name tracker.name
Chris@909 6 end
Chris@909 7 end
Chris@909 8 end