# File lib/twitter/model.rb, line 276
    def reply(status)
      client.status(:reply, :status => status, :in_reply_to_status_id => @id)
    end