# File lib/virtus/support/options.rb, line 81
    def set_options(new_options)
      new_options.each { |pair| send(*pair) }
      self
    end