# File lib/rack/mount/vendor/regin/regin/collection.rb, line 45
    def include?(char)
      any? { |e| e.include?(char) }
    end