Dirverser
- Source
- Issues
- Documentation
- [Email](mailto:decal [AT] sdf {D0T} org)
- Code to facilitate testing directory traversal issues
require 'dirverser'
include Dirverser::URI
traverse('https://google.com/a/b/c')
=> ["https://google.com/a/", "https://google.com/a/b/", "https://google.com/a/b/c/"]
- Ruby >= 2.4.0
$ gem install dirverser
Copyright (c) 2017 Derek Callaway
See LICENSE.txt
for license information.