# File lib/twitter/api.rb, line 1110
    def list_subscribe(*args)
      list_from_response(:post, "/1/lists/subscribers/create.json", args)
    end