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