To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.

Statistics Download as Zip
| Branch: | Tag: | Revision:

root / .svn / pristine / 8b / 8b4f5e74a10f8a0926d8a97404f0df2441b42b2c.svn-base @ 1297:0a574315af3e

History | View | Annotate | Download (142 Bytes)

1
api.array :trackers do
2
  @trackers.each do |tracker|
3
    api.tracker do
4
      api.id tracker.id
5
      api.name tracker.name
6
    end
7
  end
8
end