# File lib/plugins/url.rb, line 1 def url_by_tweet(t) "http://twitter.com/#{t.user.screen_name}/status/#{t.id}" end