Open maxweisel opened 12 years ago
<item> <category>News</category> <category>Music</category> </item>
the second category replaces the first.
ie:
feed.items.each { |entry| puts entry.category }
will only print the last category
<item> <category>News</category> <category>Music</category> </item>
the second category replaces the first.
ie:
feed.items.each { |entry| puts entry.category }
will only print the last category