# File lib/twitter/base.rb, line 23
    def status(id)
      perform_get("/statuses/show/#{id}.json")
    end