# File lib/rubytorrent/util.rb, line 155
  def attr_writer_q(*args)
    args.each { |v| attr_writer v }
  end