# File lib/journey/path/pattern.rb, line 175
      def to_regexp
        @re ||= regexp_visitor.new(@separators, @requirements).accept spec
      end