# File lib/uri_template/rfc6570/expression.rb, line 34
    def initialize(vars)
      @variable_specs = vars
      @variables = vars.map(&:first)
      @variables.uniq!
    end