# File lib/uri_template.rb, line 325
  def pattern
    @pattern ||= tokens.map(&:to_s).join
  end