# File lib/uri_template.rb, line 269
  def variables
    @variables ||= tokens.map(&:variables).flatten.uniq.freeze
  end