# File lib/uri_template/utils.rb, line 33
    def initialize(regexp, options = {})
      @regexp = regexp
      @rest = options.fetch(:rest){ :yield }
    end