Share Pastebin
Guest
Public paste!

Untitled

By: a guest | Mar 22nd, 2010 | Syntax: Ruby | Size: 0.23 KB | Hits: 72 | Expires: Never
Copy text to clipboard
  1. def twil
  2.     @weather = Hpricot.XML(open("http://www.google.com/ig/api?weather=boulder,CO"))
  3.     @feed = Feedzirra::Feed.fetch_and_parse("http://news.ycombinator.com/rss")
  4.     respond_to do |format|
  5.       format.xml
  6.     end
  7.   end