# File lib/rack/mount/generatable_regexp.rb, line 72
      def captures
        segments.flatten.find_all { |s| s.is_a?(DynamicSegment) }
      end