class Freakonomics::Fetcher
Constants
- FEED_URL
Public Class Methods
fetch_feed()
click to toggle source
# File lib/freakonomics/fetcher.rb, line 4 def self.fetch_feed open(FEED_URL).read end
# File lib/freakonomics/fetcher.rb, line 4 def self.fetch_feed open(FEED_URL).read end