document.write('<link rel="stylesheet" href="http://gist.github.com/stylesheets/gist/embed.css"/>')





document.write('<div id=\"gist-105219\" class=\"gist\">\n  \n  \n    \n            \n\n      <div class=\"gist-file\">\n        <div class=\"gist-data gist-syntax\">\n          \n          \n          \n            <div class=\"gist-highlight\"><pre><div class=\"line\" id=\"LC1\">#!/usr/bin/env ruby<\/div><div class=\"line\" id=\"LC2\">&nbsp;<\/div><div class=\"line\" id=\"LC3\">require \'rubygems\'<\/div><div class=\"line\" id=\"LC4\">require \'httparty\'<\/div><div class=\"line\" id=\"LC5\">&nbsp;<\/div><div class=\"line\" id=\"LC6\">class Tooter<\/div><div class=\"line\" id=\"LC7\">&nbsp;&nbsp;include HTTParty<\/div><div class=\"line\" id=\"LC8\">&nbsp;&nbsp;format :json<\/div><div class=\"line\" id=\"LC9\">end<\/div><div class=\"line\" id=\"LC10\">&nbsp;<\/div><div class=\"line\" id=\"LC11\">Tooter.get(\'http://twitter.com/statuses/friends/burnto.json\').each do |friend|<\/div><div class=\"line\" id=\"LC12\">&nbsp;&nbsp;puts friend[\'screen_name\'] + \', \' + friend[\'statuses_count\'].to_s<\/div><div class=\"line\" id=\"LC13\">end<\/div><\/pre><\/div>\n        \n        <\/div>\n\n        <div class=\"gist-meta\">\n          <a href=\"http://gist.github.com/raw/105219/53d01f855703668a8423a2ab5811d91d83020792/burnto\'s%20friend\'s%20tweets\" style=\"float:right;\">view raw<\/a>\n          <a href=\"http://gist.github.com/105219#file_burnto\'s friend\'s tweets\" style=\"float:right;margin-right:10px;color:#666\">burnto\'s friend\'s tweets<\/a>\n          <a href=\"http://gist.github.com/105219\">This Gist<\/a> brought to you by <a href=\"http://github.com\">GitHub<\/a>.\n        <\/div>\n      <\/div>\n    \n  \n<\/div>\n')
