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