Created
July 27, 2015 20:18
-
-
Save jonallured/5475d6d3cb5308625e15 to your computer and use it in GitHub Desktop.
Feed Names
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
urls = ["http://feedjira.com/blog/feed.xml", "http://jonallured.com/atom.xml"] | |
feeds = urls.map { |url| Feedjira::Feed.fetch_and_parse url } | |
feeds.map { |feed| feed.title } | |
# => ["Feedjira Blog", "Jon Allured"] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment