Skip to content

Instantly share code, notes, and snippets.

@bmneely
Last active August 29, 2015 13:57
Show Gist options
  • Select an option

  • Save bmneely/9574426 to your computer and use it in GitHub Desktop.

Select an option

Save bmneely/9574426 to your computer and use it in GitHub Desktop.
def self.update_espn_headlines
headlines = EspnRb.headlines.all.response
headlines["headlines"].each do |headline|
puts "XXXXXXX"
puts headline["title"]
puts "XXXXXXX"
end
nil
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment