# File lib/twitter/base.rb, line 53
    def status(id)
      statuses(call("show/#{id}")).first
    end