# File lib/twitter/tweet.rb, line 47 def uri Addressable::URI.parse("https://twitter.com/#{user.screen_name}/status/#{id}") if user? end